diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index c88c64a4..f5db33c3 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -292,7 +292,6 @@ handle_remote_error() { exit 0 } - handle_enospace() { unregister_build MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 30m." @@ -741,7 +740,7 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then else second_build fi - echo "$(date -u) - build #$MODE for $SRCPACKAGE/$SUITE/$ARCH on $HOSTNAME done" + echo "$(date -u) - build #$MODE for $SRCPACKAGE/$SUITE/$ARCH on $HOSTNAME done." exit 0 elif [ "$2" != "" ] ; then MODE="master" |