[ARVADOS] updated: 1.1.0-104-g543a5c0
Git user
git at public.curoverse.com
Thu Oct 19 13:52:36 EDT 2017
Summary of changes:
build/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 543a5c0f3a0f1b98a9b3d81e627f141cece14dba (commit)
from 42f88d3b0a2c97ae56475556a719745351dd7398 (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 543a5c0f3a0f1b98a9b3d81e627f141cece14dba
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 19 14:52:24 2017 -0300
12389: fix deps error on docker-cleaner deps
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 39a9963..b3155d3 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -280,7 +280,7 @@ handle_python_package
echo "$COMMIT_HASH" >git-commit.version
cd "$SRC_BUILD_DIR"
- PKG_VERSION=$(version_from_git)
+ PKG_VERSION=$(version_from_latest_tag)
cd $WORKSPACE/packages/$TARGET
fpm_build $SRC_BUILD_DIR/=/usr/local/arvados/src arvados-src 'Curoverse, Inc.' 'dir' "$PKG_VERSION" "--exclude=usr/local/arvados/src/.git" "--url=https://arvados.org" "--license=GNU Affero General Public License, version 3.0" "--description=The Arvados source code" "--architecture=all"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list