[ARVADOS] updated: c934e8a8519911c203bb75824ae0cf071f7e37b6
Git user
git at public.curoverse.com
Mon May 16 21:06:23 EDT 2016
Summary of changes:
build/run-build-packages-python-and-ruby.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via c934e8a8519911c203bb75824ae0cf071f7e37b6 (commit)
from f1e8147878e4c940f22ef0dd25355e404375dc11 (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 c934e8a8519911c203bb75824ae0cf071f7e37b6
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon May 16 21:05:37 2016 -0400
Remove hardcoded -v in call to run_upload_packages.py
refs #9224
diff --git a/build/run-build-packages-python-and-ruby.sh b/build/run-build-packages-python-and-ruby.sh
index 85a6048..13aa687 100755
--- a/build/run-build-packages-python-and-ruby.sh
+++ b/build/run-build-packages-python-and-ruby.sh
@@ -186,7 +186,7 @@ if [[ "$UPLOAD" != 0 ]]; then
timer_reset
if [ "$PYTHON_BUILD_FAILURES" -eq 0 ]; then
- /usr/local/arvados-dev/jenkins/run_upload_packages.py -v$EXTRA_UPLOAD_FLAGS --workspace $WORKSPACE python
+ /usr/local/arvados-dev/jenkins/run_upload_packages.py $EXTRA_UPLOAD_FLAGS --workspace $WORKSPACE python
else
echo "Skipping python packages upload, there were errors building the packages"
fi
@@ -197,7 +197,7 @@ if [[ "$UPLOAD" != 0 ]]; then
timer_reset
if [ "$GEM_BUILD_FAILURES" -eq 0 ]; then
- /usr/local/arvados-dev/jenkins/run_upload_packages.py -v$EXTRA_UPLOAD_FLAGS --workspace $WORKSPACE gems
+ /usr/local/arvados-dev/jenkins/run_upload_packages.py $EXTRA_UPLOAD_FLAGS --workspace $WORKSPACE gems
else
echo "Skipping ruby gem upload, there were errors building the packages"
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list