Skip to content
Snippets Groups Projects
Commit 71879c41 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Arch Linux: support nodes with ssh running on ports different than 22

parent f05b9584
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ remote_build() {
local BUILDNR=$1
local NODE=$2
local FQDN=$NODE.debian.net
local PORT=22
get_node_ssh_port $NODE
set +e
ssh -o "Batchmode = yes" -p $PORT $FQDN /bin/true
RESULT=$?
......@@ -396,6 +396,7 @@ else
NODE1=$N2
NODE2=$N1
fi
PORT=22
echo "============================================================================="
echo "Initialising reproducibly build of ${SRCPACKAGE} in ${REPOSITORY} on ${ARCH} now."
echo "1st build will be done on $NODE1."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment