Merge branch 'master' into 10401-limit-dir-expansion
[arvados.git] / build / run-build-test-packages-one-target.sh
index da2bb05b0977c720c7b8181d7752d19c79d20b84..46b8133466509b799724361f410872ff315a2228 100755 (executable)
@@ -7,7 +7,7 @@ Syntax:
         WORKSPACE=/path/to/arvados $(basename $0) [options]
 
 --target <target>
-    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 +39,7 @@ if [ $? -ne 0 ]; then
     exit 1
 fi
 
-TARGET=debian7
+TARGET=debian8
 UPLOAD=0
 
 eval set -- "$PARSEDOPTS"
@@ -72,6 +72,7 @@ exit_cleanly() {
     exit ${#failures}
 }
 
+COLUMNS=80
 . $WORKSPACE/build/run-library.sh
 
 title "Start build packages"
@@ -82,8 +83,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