[ARVADOS-DEV] updated: 44c80db735811f803760159dd3f1065ab0822179
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 18 13:27:28 EST 2014
Summary of changes:
jenkins/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 44c80db735811f803760159dd3f1065ab0822179 (commit)
from 85ea947a0961e4217be9d53763fb5f40aed6e3db (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 44c80db735811f803760159dd3f1065ab0822179
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Nov 18 13:26:23 2014 -0500
Also build a deb package for python-pyexecjs, which is a dependency for
cwltool
refs #4572
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 71ac1fe..8e0290d 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -397,7 +397,7 @@ build_and_scp_deb $WORKSPACE/services/nodemanager arvados-node-manager 'Curovers
# A few dependencies
for deppkg in python-gflags pyvcf google-api-python-client oauth2client \
pyasn1 pyasn1-modules rsa uritemplate httplib2 ws4py virtualenv \
- pykka apache-libcloud requests six; do
+ pykka apache-libcloud requests six pyexecjs; do
build_and_scp_deb "$deppkg"
done
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list