[ARVADOS] updated: 3aae316c250e83e4c94d3c27359bd01980a99853

Git user git at public.curoverse.com
Tue May 31 16:54:48 EDT 2016


Summary of changes:
 build/run-build-packages.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  3aae316c250e83e4c94d3c27359bd01980a99853 (commit)
      from  c900f416c36cd74675c5bf4c33ad1dbe5d1e78fa (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 3aae316c250e83e4c94d3c27359bd01980a99853
Author: Brett Smith <brett at curoverse.com>
Date:   Tue May 31 16:35:53 2016 -0400

    9242: Update Python module paths for CentOS 6.
    
    I am more sure that this is correct, based on multiple data points
    from Python 2 and 3 packages across CentOS 6 and 7.
    This might be a change that's fallout from
    44ceaa474a330f12dd9e00115af107d7258044f2.
    Refs #9242.

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 7631718..58fb2a8 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -139,11 +139,11 @@ case "$TARGET" in
         PYTHON2_PACKAGE=$(rpm -qf "$(which python$PYTHON2_VERSION)" --queryformat '%{NAME}\n')
         PYTHON2_PKG_PREFIX=$PYTHON2_PACKAGE
         PYTHON2_PREFIX=/opt/rh/python27/root/usr
-        PYTHON2_INSTALL_LIB=lib64/python$PYTHON2_VERSION
+        PYTHON2_INSTALL_LIB=lib/python$PYTHON2_VERSION/site-packages
         PYTHON3_PACKAGE=$(rpm -qf "$(which python$PYTHON3_VERSION)" --queryformat '%{NAME}\n')
         PYTHON3_PKG_PREFIX=$PYTHON3_PACKAGE
         PYTHON3_PREFIX=/opt/rh/python33/root/usr
-        PYTHON3_INSTALL_LIB=lib64/python$PYTHON3_VERSION
+        PYTHON3_INSTALL_LIB=lib/python$PYTHON3_VERSION/site-packages
         PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list