diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-22 11:40:10 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-22 11:40:10 +0000 |
commit | 2ea242c95b5bd6fbe4c1cda08aae1c589f932c2e (patch) | |
tree | e887701f57945ec31eebfc5b8bca3310716a7d6c | |
parent | 286c2bed13e5550ce236644beeeb5cc649ea6b36 (diff) | |
download | jenkins.debian.net-2ea242c95b5bd6fbe4c1cda08aae1c589f932c2e.tar.xz |
Revert "reproducible Arch Linux: always start in the future (to debug that)"
This reverts commit 70316dedf99c60f46e97beafc22a80bbec380647.
-rwxr-xr-x | bin/reproducible_build_archlinux_pkg.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index af860cf8..967232a2 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -332,9 +332,6 @@ 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 |