From 9b409fff05e58cc0c83fe2250b30287fc0648fd6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 30 Aug 2015 18:02:08 +0200 Subject: reproducible: fix typo and add domainname --- bin/reproducible_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 6f8671d4..7852bb4b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -576,13 +576,13 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then exit 0 elif [ "$2" != "" ] ; then MODE="ng" - NODE1="$1" - NODE2="$2" + NODE1="$1.debian.net" + NODE2="$2.debian.net" # overwrite ARCH for remote builds for i in $ARCHS ; do # try to match ARCH in nodenames if [[ "$NODE1" =~ .*-$i.* ]] ; then - ARCH=i + ARCH=$i fi done if [ -z "$ARCH" ] ; then -- cgit v1.2.3-70-g09d2