[ARVADOS] updated: 1.1.0-115-g0788cce
Git user
git at public.curoverse.com
Thu Oct 26 12:41:57 EDT 2017
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0788cceec31fb87d420ca3b7dd8e18e63659fa84 (commit)
from 12c1e6544f24435ed5769f43c5b64c3cf803b387 (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 0788cceec31fb87d420ca3b7dd8e18e63659fa84
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 26 13:41:48 2017 -0300
12389: ubuntu build fix for iteration
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 122b059..dc9a3c6 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -250,7 +250,7 @@ test_package_presence() {
fi
if [[ "$FORMAT" == "deb" ]]; then
- local complete_pkgname=$pkgname"_"$version"_"$deb_architecture".deb"
+ local complete_pkgname=$pkgname"_"$version"-"$iteration"_"$deb_architecture".deb"
else
local complete_pkgname="$pkgname-$version.$rpm_architecture.rpm"
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list