[ARVADOS] updated: 1.1.0-32-g5389da9
Git user
git at public.curoverse.com
Mon Oct 9 10:37:55 EDT 2017
Summary of changes:
build/run-library.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 5389da98802e82c356e6e880375b66fbd8e5fb14 (commit)
from e0c32fa6e681ea59e5dbe2f1dc333786dede8c32 (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 5389da98802e82c356e6e880375b66fbd8e5fb14
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Oct 9 11:37:37 2017 -0300
12389: remove iteration in version
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 db106dc..74003bc 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -248,9 +248,9 @@ test_package_presence() {
fi
if [[ "$FORMAT" == "deb" ]]; then
- local complete_pkgname=$pkgname"_"$version"-"$iteration"_"$deb_architecture".deb"
+ local complete_pkgname=$pkgname"_"$version"_"$deb_architecture".deb"
else
- local complete_pkgname="$pkgname-$version-$iteration.$rpm_architecture.rpm"
+ local complete_pkgname="$pkgname-$version.$rpm_architecture.rpm"
fi
# See if we can skip building the package, only if it already exists in the
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list