From 70316dedf99c60f46e97beafc22a80bbec380647 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 21 Nov 2017 23:09:09 +0000 Subject: reproducible Arch Linux: always start in the future (to debug that) Signed-off-by: Holger Levsen --- bin/reproducible_build_archlinux_pkg.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-54-g00ecf