diff options
author | Steven Chamberlain <steven@pyro.eu.org> | 2015-09-28 21:05:44 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-29 12:49:15 +0200 |
commit | cf82d1019dec5998419c8a3d4bee20bfe571616a (patch) | |
tree | 7e47b7a9ad8fb4bff125cbd8f187bd9c9f6a12d3 /job-cfg | |
parent | 5ec29b7e92864b100fb8e21fb9d8e2ba951a82d2 (diff) | |
download | jenkins.debian.net-cf82d1019dec5998419c8a3d4bee20bfe571616a.tar.xz |
g-i: kfreebsd: use jessie RC instead of daily build
Update netboot.tar.gz URI for the jessie-kfreebsd installer, to use the
release candidate instead of a daily build.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index ab67285d..5ddedab9 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -448,7 +448,7 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_debian_jessie_kfreebsd_xfce': my_title: 'Debian (jessie) kfreebsd XFCE desktop install' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/netboot-10/gtk/netboot.tar.gz' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://ftp.de.debian.org/debian/dists/jessie-kfreebsd/main/installer-kfreebsd-amd64/current/images/netboot-10/gtk/netboot.tar.gz' my_description: 'Do a fully automated installation of Debian kfreebsd-amd64 with XFCE desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_kfreebsd_preseed.cfg">this preseed.cfg</a>) using PXE netboot gtk.' my_time: '42 16 */7 * *' #my_time: '42 16 2,9,16,23 * *' |