summaryrefslogtreecommitdiffstats
path: root/job-cfg/g-i-installation.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-11 12:24:52 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-11 12:24:52 +0200
commit96bc627c46d7a064698a00cf1143ce8de20ed314 (patch)
treeff474aa648b9d41866430d601843234edbddfd18 /job-cfg/g-i-installation.yaml
parentad10f933082a8fc0b82909c9af19d981f0d9ecdb (diff)
downloadjenkins.debian.net-96bc627c46d7a064698a00cf1143ce8de20ed314.tar.xz
g-i: fix path to Debian Edu stretch images
Diffstat (limited to 'job-cfg/g-i-installation.yaml')
-rw-r--r--job-cfg/g-i-installation.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index 06cdd668..50e07c16 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -119,7 +119,6 @@
jobs:
- '{name}_{my_dist}_{my_ver}_{my_profile}':
my_title: '{my_distname} ({my_ver}) {my_profile}'
- my_inst_url: 'http://ftp.skolelinux.org/cd-{my_ver}-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a {my_distname} {my_ver} {my_profile} profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/{my_dist}_{my_ver}_{my_profile}_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
my_trigger: ''
my_recipients: 'jenkins+debian-edu debian-edu-commits@lists.alioth.debian.org'
@@ -130,7 +129,6 @@
jobs:
- '{name}_{my_dist}_{my_ver}_{my_profile}_{my_desktop}':
my_title: '{my_distname} ({my_ver}) {my_profile} ({my_desktop})'
- my_inst_url: 'http://ftp.skolelinux.org/cd-{my_ver}-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a {my_distname} {my_ver} {my_profile} profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/{my_dist}_{my_ver}_{my_profile}_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
my_trigger: ''
my_recipients: 'jenkins+debian-edu debian-edu-commits@lists.alioth.debian.org'
@@ -227,6 +225,7 @@
- debian-edu:
my_distname: 'Debian Edu'
my_ver: stretch
+ my_inst_url: 'http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_profile:
- minimal: { my_time: '23 20 * * 3' }
- standalone: { my_time: '42 20 * * 3' }
@@ -238,6 +237,7 @@
- debian-edu:
my_distname: 'Debian Edu'
my_ver: stretch
+ my_inst_url: 'http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_profile: standalone
my_desktop:
- gnome: { my_time: '42 18 * * 3' }