Merge branch '8784-dir-listings'
[arvados.git] / build / run-build-packages-sso.sh
index c8b25293e54eb0471e4c52a3ae857e842a479d2b..a6f432b9e71eb8fe902252e1fd2728bb953f50ca 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 JENKINS_DIR=$(dirname $(readlink -e "$0"))
 . "$JENKINS_DIR/run-library.sh"
@@ -77,7 +80,10 @@ case "$TARGET" in
     ubuntu1404)
         FORMAT=deb
         ;;
-    centos6|centos7)
+    ubuntu1604)
+        FORMAT=deb
+        ;;
+    centos7)
         FORMAT=rpm
         ;;
     *)