diff options
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-x | bin/reproducible_build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |