From 87dfb596fc454e76851e8d18bf2b9e4fbbb5dd8e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Dec 2016 02:46:42 +0100 Subject: reproducible Debian: add more debug output Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 88841651..992d31c6 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -727,6 +727,7 @@ check_nodes_are_up() { remote_build() { local BUILDNR=$1 local NODE=$2 + log_info "Preparing to do remote build '$BUILDNR' on $NODE." get_node_ssh_port $NODE # sleep 15min if first node is down # but 1h if the 2nd node is down -- cgit v1.2.3-54-g00ecf