From 3cfe5434ec422a0c282647a8f680504606f30743 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 3 Aug 2015 15:39:42 +0200 Subject: rebootstrap: add debbindiff jobs for gcc-5 --- job-cfg/rebootstrap.yaml.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 96545315..7e4e096c 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -32,6 +32,7 @@ release_architectures = """ architectures += mono_architectures gcc_versions = """4.9 5""".split() +debbindiff_gcc_versions = "4.9 5".split() print(""" - defaults: @@ -92,7 +93,7 @@ for arch in sorted(architectures): if (nobiarch or arch.startswith("musl-linux-")) and supported: continue for debbindiff in ["", "_debbindiff"]: - if debbindiff and (arch not in release_architectures or gccver != "4.9"): + if debbindiff and (arch not in release_architectures or gccver not in debbindiff_gcc_versions): continue print(""" - job-template: @@ -114,7 +115,7 @@ for arch in sorted(architectures): if (nobiarch or arch.startswith("musl-linux-")) and supported: continue for debbindiff in (False, True): - if debbindiff and (arch not in release_architectures or gccver != "4.9"): + if debbindiff and (arch not in release_architectures or gccver not in debbindiff_gcc_versions): continue print( """ - '{name}_%(suffix)s': -- cgit v1.2.3-70-g09d2