Add python-backports.ssl-match-hostname to the list of python packages
authorWard Vandewege <ward@curoverse.com>
Mon, 16 Mar 2015 13:58:47 +0000 (09:58 -0400)
committerWard Vandewege <ward@curoverse.com>
Mon, 16 Mar 2015 13:58:47 +0000 (09:58 -0400)
we debianize. It's a dependency for libcloud 0.17.

Fix a typo.

No issue #

jenkins/run-build-packages.sh

index 9bb4914ce79039fc1cce5b31efc89f61f5bd901f..006e3a43745991fc864b1ffc99e2b6e302acbc67 100755 (executable)
@@ -433,7 +433,7 @@ cd $WORKSPACE/debs
 build_and_scp_deb $WORKSPACE/sdk/python python-arvados-python-client 'Curoverse, Inc.' 'python' "$(awk '($1 == "Version:"){ gsub(/-/,".",$2); print $2 }' $WORKSPACE/sdk/python/arvados_python_client.egg-info/PKG-INFO)" "--url=https://arvados.org" "--description=The Arvados Python SDK"
 
 # The FUSE driver
-# Please seem comment about --no-python-fix-name above; we stay consistent and do
+# Please see comment about --no-python-fix-name above; we stay consistent and do
 # not omit the python- prefix first.
 cd $WORKSPACE/debs
 # Python version numbering is obscure. Strip dashes and replace them with dots
@@ -450,7 +450,7 @@ build_and_scp_deb $WORKSPACE/services/nodemanager arvados-node-manager 'Curovers
 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 \
-      pycrypto; do
+      pycrypto backports.ssl_match_hostname; do
     build_and_scp_deb "$deppkg"
 done