[ARVADOS] updated: 9c6598596ae99cfea9ab8ced51c58d32ca306764
Git user
git at public.curoverse.com
Sun Mar 20 14:40:06 EDT 2016
Summary of changes:
build/run-build-test-packages-one-target.sh | 3 +--
build/run-tests.sh | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
via 9c6598596ae99cfea9ab8ced51c58d32ca306764 (commit)
from 4b10b7265345211d0db4818c2ec1c804227511f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9c6598596ae99cfea9ab8ced51c58d32ca306764
Author: Ward Vandewege <ward at curoverse.com>
Date: Sun Mar 20 14:39:52 2016 -0400
More small build script improvements.
No issue #
diff --git a/build/run-build-test-packages-one-target.sh b/build/run-build-test-packages-one-target.sh
index da2bb05..ff6bad4 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -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
diff --git a/build/run-tests.sh b/build/run-tests.sh
index cb56c69..041c7c2 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -2,6 +2,7 @@
. `dirname "$(readlink -f "$0")"`/libcloud-pin
+COLUMNS=80
. `dirname "$(readlink -f "$0")"`/run-library.sh
read -rd "\000" helpmessage <<EOF
@@ -103,8 +104,6 @@ PYTHONPATH=
GEMHOME=
PERLINSTALLBASE=
-COLUMNS=80
-
skip_install=
temp=
temp_preserve=
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list