diff options
author | Helmut Grohne <helmut@subdivi.de> | 2016-03-15 21:43:31 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2016-03-15 21:43:31 +0100 |
commit | aeb1e215b7107494d55ef612e85b31d4096c167a (patch) | |
tree | 4c3904a3b1b4c4bfa8a101874b05a468e6d86de1 /job-cfg | |
parent | e19c1cb72298cd19cc329546fc706c6bfcf658aa (diff) | |
download | jenkins.debian.net-aeb1e215b7107494d55ef612e85b31d4096c167a.tar.xz |
rebootstrap: s/ENABLE_DEBBINDIFF/ENABLE_DIFFOSCOPE/
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 39de2fec..d6b3a202 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -124,7 +124,7 @@ for arch in sorted(architectures): print( """ - '{name}_%(suffix)s': my_arch: '%(arch)s' - my_params: 'GCC_VER=%(gccver)s ENABLE_MULTILIB=%(multilib_value)s ENABLE_MULTIARCH_GCC=%(multiarch_gcc_value)s ENABLE_DEBBINDIFF=%(diffoscope_value)s' + my_params: 'GCC_VER=%(gccver)s ENABLE_MULTILIB=%(multilib_value)s ENABLE_MULTIARCH_GCC=%(multiarch_gcc_value)s ENABLE_DIFFOSCOPE=%(diffoscope_value)s' my_description: 'Verify bootstrappability of Debian using gcc-%(gccver)s%(nobiarch_comment)s for %(arch)s%(supported_comment)s%(diffoscope_comment)s' my_branchname: 'jenkins_%(suffix)s' my_node: '%(node)s' |