diff options
author | Philip Hands <phil@hands.com> | 2016-10-07 06:38:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-07 11:42:34 +0200 |
commit | b289bc3618ca9ed7067f79c14e7c20d429aedebf (patch) | |
tree | 7423c89947483d40e86ad68ad7c2c0162c67a66e /job-cfg | |
parent | 688d96e6651df478c24c4f4df27490c93e81b631 (diff) | |
download | jenkins.debian.net-b289bc3618ca9ed7067f79c14e7c20d429aedebf.tar.xz |
bump stable version to 8.6.0
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 2bbf3553..2f22f428 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -61,12 +61,9 @@ jobs: - '{name}_{distro}': distro: - #- 'debian-stable': - # dist_name: 'Debian-Installer stable' - # my_iso: 'http://cdimage.debian.org/debian-cd/8.5.0/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso' - 'debian-stable': dist_name: 'Debian-Installer Stable' - my_iso: 'http://cdimage.debian.org/debian-cd/8.5.0/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso' + my_iso: 'http://cdimage.debian.org/debian-cd/8.6.0/amd64/iso-cd/debian-8.6.0-amd64-netinst.iso' - 'debian-testing-daily': dist_name: 'Debian-Installer Testing (Daily)' my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' |