[ARVADOS] updated: 1.1.0-34-ga6a6e64
Git user
git at public.curoverse.com
Mon Oct 9 15:07:38 EDT 2017
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a6a6e64a48664df14df4ff2aeddf2c727563ea03 (commit)
from 551dccea355286d452986b908ca83ab2d4827b2d (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 a6a6e64a48664df14df4ff2aeddf2c727563ea03
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Oct 9 16:07:26 2017 -0300
12389: try to fix python version hash
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 a0d7d53..078caed 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -138,7 +138,7 @@ package_go_binary() {
ts="$(timestamp_from_git)"
if [[ "$ts" -gt "$timestamp" ]]; then
version=$(version_from_latest_tag)
- timestamp="$ts"
+# timestamp="$ts"
fi
done
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list