[Qa-jenkins-scm] [jenkins.debian.net] 01/02: rebootstrap: move from gcc-5 to gcc-6

Helmut Grohne helmutg at moszumanska.debian.org
Wed Aug 31 13:16:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

helmutg pushed a commit to branch master
in repository jenkins.debian.net.

commit bf7e68a784c8a3ab91db8f128b75ad48f94bcf9a
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Wed Aug 31 15:06:30 2016 +0200

    rebootstrap: move from gcc-5 to gcc-6
    
    This commit removes all jobs matching rebootstrap_*_gcc5*.
---
 job-cfg/rebootstrap.yaml.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index ca759c3..eddb447 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -35,8 +35,8 @@ release_architectures = """
 
 architectures += mono_architectures
 
-gcc_versions = ("5", "6")
-diffoscope_gcc_versions = ("5",)
+gcc_versions = ("6",)
+diffoscope_gcc_versions = ("6",)
 
 print("""
 - defaults:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list