Commit aeb1e215 authored by Helmut Grohne's avatar Helmut Grohne
Browse files

rebootstrap: s/ENABLE_DEBBINDIFF/ENABLE_DIFFOSCOPE/

parent e19c1cb7
...@@ -124,7 +124,7 @@ for arch in sorted(architectures): ...@@ -124,7 +124,7 @@ for arch in sorted(architectures):
print( print(
""" - '{name}_%(suffix)s': """ - '{name}_%(suffix)s':
my_arch: '%(arch)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_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_branchname: 'jenkins_%(suffix)s'
my_node: '%(node)s' my_node: '%(node)s'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment