[ARVADOS] updated: 6cb51851834989ff540c5e2a1fe6b88f1c26a089

Git user git at public.curoverse.com
Sat May 28 09:27:52 EDT 2016


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

       via  6cb51851834989ff540c5e2a1fe6b88f1c26a089 (commit)
      from  94c78c8792df002805d05cf349094c7833716e65 (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 6cb51851834989ff540c5e2a1fe6b88f1c26a089
Author: Ward Vandewege <ward at curoverse.com>
Date:   Sat May 28 09:27:16 2016 -0400

    Fix centos6 package build (ruamel.yaml package building arguments for fpm).
    
    No issue #

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 0312bc3..87d396a 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -433,7 +433,7 @@ fpm --maintainer='Ward Vandewege <ward at curoverse.com>' -s python -t $FORMAT --ex
 
 # And schema_salad now depends on ruamel-yaml, which apparently has a braindead setup.py that requires special arguments to build (otherwise, it aborts with 'error: you have to install with "pip install ."'). Sigh. 
 # Ward, 2016-05-26
-fpm --maintainer='Ward Vandewege <ward at curoverse.com>' -s python -t deb --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --verbose --log info --iteration 1 --python-bin python2.7 --python-easyinstall easy_install-2.7 --python-package-name-prefix python --depends python2.7 --python-setup-py-arguments "--single-version-externally-managed" --debug ruamel.yaml
+fpm --maintainer='Ward Vandewege <ward at curoverse.com>' -s python -t $FORMAT --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies --iteration 1 --python-bin python2.7 --python-easyinstall "$EASY_INSTALL2" --python-package-name-prefix "$PYTHON2_PKG_PREFIX" --depends "$PYTHON2_PACKAGE" --python-setup-py-arguments "--single-version-externally-managed" ruamel.yaml
 
 # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
 fpm --maintainer='Ward Vandewege <ward at curoverse.com>' -s python -t $FORMAT --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n "${PYTHON2_PKG_PREFIX}-cwltool" --iteration 1 --python-bin python2.7 --python-easyinstall "$EASY_INSTALL2" --python-package-name-prefix "$PYTHON2_PKG_PREFIX" --depends "$PYTHON2_PACKAGE" -v 1.0.20160519182434 cwltool

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list