X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..1267366d66cadcc09972721bf7381f96f8fe73d6:/build/run-build-packages-sso.sh diff --git a/build/run-build-packages-sso.sh b/build/run-build-packages-sso.sh index a6f432b9e7..e7a3aacda3 100755 --- a/build/run-build-packages-sso.sh +++ b/build/run-build-packages-sso.sh @@ -17,7 +17,7 @@ Options: --debug Output debug information (default: false) --target - Distribution to build packages for (default: debian8) + Distribution to build packages for (default: debian9) WORKSPACE=path Path to the Arvados SSO source tree to build packages from @@ -25,7 +25,7 @@ EOF EXITCODE=0 DEBUG=${ARVADOS_DEBUG:-0} -TARGET=debian8 +TARGET=debian9 PARSEDOPTS=$(getopt --name "$0" --longoptions \ help,build-bundle-packages,debug,target: \ @@ -71,19 +71,13 @@ if [[ "$DEBUG" != 0 ]]; then fi case "$TARGET" in - debian8) + debian*) FORMAT=deb ;; - ubuntu1204) + ubuntu*) FORMAT=deb ;; - ubuntu1404) - FORMAT=deb - ;; - ubuntu1604) - FORMAT=deb - ;; - centos7) + centos*) FORMAT=rpm ;; *)