[ARVADOS-DEV] updated: 8594661114b362ac4151077007320388f77bf35f

git at public.curoverse.com git at public.curoverse.com
Mon Aug 31 14:09:27 EDT 2015


Summary of changes:
 jenkins/run-build-packages.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8594661114b362ac4151077007320388f77bf35f (commit)
      from  08007af89fdb33ca94debb0d55012ded7d9a6558 (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 8594661114b362ac4151077007320388f77bf35f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Aug 31 14:10:53 2015 -0400

    7031: Fix python prefix

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index e69fd59..eb11449 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -567,7 +567,7 @@ LIBCLOUD_DIR=$(mktemp -d)
     git checkout apache-libcloud-0.18.1.dev1
     handle_python_package
 )
-fpm_build $LIBCLOUD_DIR python-apache-libcloud
+fpm_build $LIBCLOUD_DIR "$PYTHON2_PKG_PREFIX"-apache-libcloud
 rm -rf $LIBCLOUD_DIR
 
 # A few dependencies

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list