diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-28 20:30:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 20:30:57 +0200 |
commit | e0c5a2da13ba9c6291c3ad48b73b8bf00af29556 (patch) | |
tree | c92f11f927a8d79543ba7e55b47bad15ef5d1d7b /job-cfg | |
parent | ec764124480dc7b269dd5227aedbcf58b95f324c (diff) | |
download | jenkins.debian.net-e0c5a2da13ba9c6291c3ad48b73b8bf00af29556.tar.xz |
rename profitbricks4 to profitbricks9 (…)
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 bfacc70b..29e020a7 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -138,5 +138,5 @@ for arch in sorted(architectures): supported_comment=" using the supported method" if supported else "", diffoscope_value="yes" if diffoscope else "no", diffoscope_comment=" showing diffoscopes" if diffoscope else "", - node="profitbricks4")) + node="profitbricks9")) |