diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:22:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:22:16 +0200 |
commit | b1e964969bf6cfe20ba336ba5b6c9414a4541910 (patch) | |
tree | 858b76323da7b8055889795e5a4cbcbcd496c103 | |
parent | 8cc8e3fb1a08ca69400b75b6e1ae4a37c370a43b (diff) | |
download | jenkins.debian.net-b1e964969bf6cfe20ba336ba5b6c9414a4541910.tar.xz |
reproducible: whitespace changes
-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" |