X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4b10b7265345211d0db4818c2ec1c804227511f6..c53ad9bc61054880ae6d68db8b868556c7278a78:/build/run-build-test-packages-one-target.sh diff --git a/build/run-build-test-packages-one-target.sh b/build/run-build-test-packages-one-target.sh index da2bb05b09..24942e9639 100755 --- a/build/run-build-test-packages-one-target.sh +++ b/build/run-build-test-packages-one-target.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 read -rd "\000" helpmessage < - Distribution to build packages for (default: debian7) + Distribution to build packages for (default: debian8) --upload If the build and test steps are successful, upload the packages to a remote apt repository (default: false) @@ -39,7 +42,7 @@ if [ $? -ne 0 ]; then exit 1 fi -TARGET=debian7 +TARGET=debian8 UPLOAD=0 eval set -- "$PARSEDOPTS" @@ -72,6 +75,7 @@ exit_cleanly() { exit ${#failures} } +COLUMNS=80 . $WORKSPACE/build/run-library.sh title "Start build packages" @@ -82,8 +86,6 @@ $WORKSPACE/build/run-build-packages-one-target.sh --target $TARGET checkexit $? "build packages" title "End of build packages (`timer`)" -#/usr/bin/sudo chown jenkins:jenkins $WORKSPACE/packages -R - title "Start test packages" timer_reset