[ARVADOS-DEV] updated: 14b624d40b6267456bffbbd516410dd802f143df
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 17 11:19:11 EDT 2014
Summary of changes:
jenkins/run-build-packages.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
via 14b624d40b6267456bffbbd516410dd802f143df (commit)
from 8dce81a50c4aa76f2d2bcb3742c9708e26b5dee1 (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 14b624d40b6267456bffbbd516410dd802f143df
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Oct 17 11:18:06 2014 -0400
A few improvements for run-build-packages.sh:
* fix suggestion of env variable setting
* add a few new python packages that were split off from
google-api-python-client in version 1.3
* print package name when fpm build goes wrong
No issue #
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 7f8e711..bea2c63 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -5,7 +5,7 @@ read -rd "\000" helpmessage <<EOF
$(basename $0): Build Arvados packages and (optionally) upload them.
Syntax:
- $(basename $0) WORKSPACE=/path/to/arvados [options]
+ WORKSPACE=/path/to/arvados $(basename $0) [options]
Options:
@@ -150,7 +150,7 @@ build_and_scp_deb () {
if [[ "$FPM_PACKAGE_NAME" == "" ]]; then
EXITCODE=1
- echo "Error: Unable to figure out package name from fpm results:"
+ echo "Error: $PACKAGE: Unable to figure out package name from fpm results:"
echo
echo $FPM_RESULTS
echo
@@ -334,6 +334,8 @@ build_and_scp_deb $WORKSPACE/services/nodemanager arvados-node-manager 'Curovers
build_and_scp_deb python-gflags
build_and_scp_deb pyvcf
build_and_scp_deb google-api-python-client
+build_and_scp_deb oauth2client
+build_and_scp_deb uritemplate
build_and_scp_deb httplib2
build_and_scp_deb ws4py
build_and_scp_deb virtualenv
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list