[ARVADOS-DEV] updated: 341344e17cc68abe57ed2a2ef97807f5d01d9232
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 10 14:04:40 EDT 2015
Summary of changes:
jenkins/run-build-packages.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 341344e17cc68abe57ed2a2ef97807f5d01d9232 (commit)
from 8c01f6309392198702e89946f4dd6eb76c3f2772 (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 341344e17cc68abe57ed2a2ef97807f5d01d9232
Author: Brett Smith <brett at curoverse.com>
Date: Tue Mar 10 14:04:26 2015 -0400
5313: Build a .deb for the PyCrypto Python package.
libcloud's GCE driver requires this, so building it supports deploying
Node Manager on GCE. Refs #5313.
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index fff87f4..9bb4914 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -449,7 +449,8 @@ 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 pyexecjs jsonschema ciso8601; do
+ pykka apache-libcloud requests six pyexecjs jsonschema ciso8601 \
+ pycrypto; do
build_and_scp_deb "$deppkg"
done
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list