[ARVADOS-DEV] updated: aa4d046ce529b28b783c4b8044983d8676a2e7ca
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 18 10:05:58 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via aa4d046ce529b28b783c4b8044983d8676a2e7ca (commit)
from 35f3cb05ac5c3319072b0f7f86b49f244e3cc3e7 (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 aa4d046ce529b28b783c4b8044983d8676a2e7ca
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jul 18 10:05:35 2014 -0400
Python egg build fix for the sdist rotate command
Refs #3252
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 80a551a..ad2851d 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -160,7 +160,7 @@ if [[ "$ECODE" != "0" ]]; then
EXITCODE=$(($EXITCODE + $ECODE))
fi
-"$VENVDIR/bin/python" setup.py egg_info -b ".$(git log --format=format:%ct.%h -n1 .)" sdist rotate --keep=1
+"$VENVDIR/bin/python" setup.py egg_info -b ".$(git log --format=format:%ct.%h -n1 .)" sdist rotate --keep=1 --match .tar.gz
"$VENVDIR/bin/pip" install dist/arvados-python-client-0.1.*.tar.gz
ECODE=$?
@@ -183,7 +183,7 @@ if [[ "$ECODE" != "0" ]]; then
EXITCODE=$(($EXITCODE + $ECODE))
fi
-"$VENVDIR/bin/python" setup.py egg_info -b ".$(git log --format=format:%ct.%h -n1 .)" sdist rotate --keep=1
+"$VENVDIR/bin/python" setup.py egg_info -b ".$(git log --format=format:%ct.%h -n1 .)" sdist rotate --keep=1 --match .tar.gz
"$VENVDIR/bin/pip" install dist/arvados_fuse-0.1.*.tar.gz
ECODE=$?
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list