[ARVADOS] updated: 1.1.0-84-gb9bcfb0
Git user
git at public.curoverse.com
Wed Oct 18 09:28:54 EDT 2017
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via b9bcfb0a68f9e86b106e74f95f521dbca3f18262 (commit)
from 83a840a5687f6d109ede3ac340239edd3df03a36 (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 b9bcfb0a68f9e86b106e74f95f521dbca3f18262
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Wed Oct 18 10:28:38 2017 -0300
12389: Fix for last digit in version for python files
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index e1234ef..5a4a3bc 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -411,7 +411,7 @@ fpm_build () {
fi
# We can always add an --iteration here. If another one is specified in $@,
# that will take precedence, as desired.
- COMMAND_ARR+=(--iteration "$default_iteration_value")
+ #COMMAND_ARR+=(--iteration "$default_iteration_value")
if [[ python = "$PACKAGE_TYPE" ]] && [[ -e "${PACKAGE}/${PACKAGE_NAME}.service" ]]
then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list