16144: Adds more checks and simplifies nested conditionals.
[arvados.git] / build / run-build-packages-sso.sh
index e7a3aacda3ca5aaea64dac8c1fd52d7b9f766b24..d8d9b984a0c8f0c6db009866e162bcc3aa1142c8 100755 (executable)
@@ -17,7 +17,7 @@ Options:
 --debug
     Output debug information (default: false)
 --target
-    Distribution to build packages for (default: debian9)
+    Distribution to build packages for (default: debian10)
 
 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=debian9
+TARGET=debian10
 
 PARSEDOPTS=$(getopt --name "$0" --longoptions \
     help,build-bundle-packages,debug,target: \