[ARVADOS-DEV] updated: 60dbf9f65de31341aae26c1804e77be6bf268dd0

git at public.curoverse.com git at public.curoverse.com
Mon Sep 29 12:26:36 EDT 2014


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

       via  60dbf9f65de31341aae26c1804e77be6bf268dd0 (commit)
      from  ca3061e04ae8556d3b66fb3391dc309df3c80010 (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 60dbf9f65de31341aae26c1804e77be6bf268dd0
Author: Brett Smith <brettcsmith at brettcsmith.org>
Date:   Mon Sep 29 12:25:53 2014 -0400

    3848: Stop manually tagging Python builds.
    
    This is now done in setup.py.  Refs #3848.

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 2c25bb7..96fc4b7 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -275,14 +275,14 @@ install_python_sdk() {
     # keepproxy).
 
     cd "$WORKSPACE/sdk/python" \
-        && python setup.py egg_info -b ".$(git log --first-parent --format=format:%ci.%h -n1 . | tr -dc 0-9a-f. | cut -c 1-14,19-)" sdist rotate --keep=1 --match .tar.gz \
+        && python setup.py sdist rotate --keep=1 --match .tar.gz \
         && pip install dist/arvados-python-client-0.1.*.tar.gz
 }
 do_install python_sdk
 
 install_fuse() {
     cd "$WORKSPACE/services/fuse" \
-        && python setup.py egg_info -b ".$(git log --first-parent --format=format:%ci.%h -n1 . | tr -dc 0-9a-f. | cut -c 1-14,19-)" sdist rotate --keep=1 --match .tar.gz \
+        && python setup.py sdist rotate --keep=1 --match .tar.gz \
         && pip install dist/arvados_fuse-0.1.*.tar.gz
 }
 do_install fuse

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list