diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-21 23:09:09 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-21 23:09:09 +0000 |
commit | 70316dedf99c60f46e97beafc22a80bbec380647 (patch) | |
tree | 46bd2d31e15df16cd6cf3e6411731dd4f0fdb65b /bin | |
parent | b56609001473b7589bb09364e16e7e8d15e1d406 (diff) | |
download | jenkins.debian.net-70316dedf99c60f46e97beafc22a80bbec380647.tar.xz |
reproducible Arch Linux: always start in the future (to debug that)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build_archlinux_pkg.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 8624ca3d..91a28d20 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -330,6 +330,9 @@ N2="profitbricks-build4-amd64" if [ $(( ( $RANDOM % 2 ) )) -gt 0 ] ; then NODE1=$N1 NODE2=$N2 + # bogus for testing + NODE1=$N2 + NODE2=$N1 else NODE1=$N2 NODE2=$N1 |