X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/72a6365ef498eaa9f27b0bc530eb67e25c0da0bb..ecdc08f29a97a6127cd36c71cc56683f09907289:/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 b98a4c0a7e..962940b799 100755 --- a/build/run-build-test-packages-one-target.sh +++ b/build/run-build-test-packages-one-target.sh @@ -10,7 +10,7 @@ Syntax: WORKSPACE=/path/to/arvados $(basename $0) [options] --target - Distribution to build packages for (default: debian8) + Distribution to build packages for (default: debian9) --upload If the build and test steps are successful, upload the packages to a remote apt repository (default: false) @@ -48,7 +48,7 @@ if [ $? -ne 0 ]; then exit 1 fi -TARGET=debian8 +TARGET=debian9 UPLOAD=0 RC=0 @@ -135,4 +135,4 @@ if [[ "$UPLOAD" != 0 ]]; then title "End of upload packages (`timer`)" fi -exit_cleanly \ No newline at end of file +exit_cleanly