diff options
author | Helmut Grohne <helmut@subdivi.de> | 2016-08-31 15:06:30 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2016-08-31 15:06:30 +0200 |
commit | bf7e68a784c8a3ab91db8f128b75ad48f94bcf9a (patch) | |
tree | d4594498aa38c5e998421cad8956d33419b424ae /job-cfg | |
parent | 9f214a6d3fbe275e85dd1ffea69d8f23ce20fe81 (diff) | |
download | jenkins.debian.net-bf7e68a784c8a3ab91db8f128b75ad48f94bcf9a.tar.xz |
rebootstrap: move from gcc-5 to gcc-6
This commit removes all jobs matching rebootstrap_*_gcc5*.
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index ca759c37..eddb4478 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: |