[ARVADOS] created: 1.1.3-152-g8ec134d
Git user
git at public.curoverse.com
Thu Mar 8 15:19:25 EST 2018
at 8ec134dfc6384829c990a9cf70b675da55802037 (commit)
commit 8ec134dfc6384829c990a9cf70b675da55802037
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Mar 8 17:19:15 2018 -0300
13200:test new job with timestamp only removing 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 ba94688..df86dee 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+ #!/bin/bash
# Copyright (C) The Arvados Authors. All rights reserved.
#
# SPDX-License-Identifier: AGPL-3.0
@@ -57,8 +57,8 @@ version_from_git() {
prefix="0.1"
fi
- declare $(format_last_commit_here "git_ts=%ct git_hash=%h")
- echo "${prefix}.$(date -ud "@$git_ts" +%Y%m%d%H%M%S).$git_hash"
+ declare $(format_last_commit_here "git_ts=%ct")
+ echo "${prefix}.$(date -ud "@$git_ts" +%Y%m%d%H%M%S)"
}
nohash_version_from_git() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list