[ARVADOS] updated: 1.1.4-3-ga8bcd28
Git user
git at public.curoverse.com
Thu Apr 12 14:11:45 EDT 2018
Summary of changes:
services/login-sync/arvados-login-sync.gemspec | 1 +
1 file changed, 1 insertion(+)
via a8bcd28990c6cea999b51685bac971f608d3cc39 (commit)
from 01b7da36d017bd061c6f104a02471faced68c28b (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 a8bcd28990c6cea999b51685bac971f608d3cc39
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Apr 12 15:11:38 2018 -0300
13339: fix git_latest_tag formatting
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index 6de9a94..3ff498e 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -8,6 +8,7 @@ if not File.exists?('/usr/bin/git') then
end
git_latest_tag = `git describe --abbrev=0`
+git_latest_tag = git_latest_tag.encode('utf-8').strip
git_timestamp = `git log -n1 --first-parent --format=%ct`
git_timestamp = Time.at(git_timestamp.to_i).utc
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list