[ARVADOS-DEV] created: 4bac34e0dacb719edb44d68f348e0d9d7864d157
git at public.curoverse.com
git at public.curoverse.com
Sun Feb 8 22:26:44 EST 2015
at 4bac34e0dacb719edb44d68f348e0d9d7864d157 (commit)
commit 4bac34e0dacb719edb44d68f348e0d9d7864d157
Author: Tom Clegg <tom at curoverse.com>
Date: Sun Feb 8 18:57:04 2015 -0500
5175: Build test packages with --sha1-tag.
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 445509d..3204f86 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -389,7 +389,7 @@ do_install() {
elif [[ "$2" == "pip" ]]
then
cd "$WORKSPACE/$1" \
- && python setup.py sdist rotate --keep=1 --match .tar.gz \
+ && python setup.py sdist --sha1-tag rotate --keep=1 --match .tar.gz \
&& pip install --upgrade dist/*.tar.gz
elif [[ "$2" != "" ]]
then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list