[ARVADOS] updated: 1.1.4-4-g2e950c2

Git user git at public.curoverse.com
Thu Apr 12 14:19:36 EDT 2018


Summary of changes:
 sdk/cli/arvados-cli.gemspec | 1 +
 sdk/ruby/arvados.gemspec    | 1 +
 2 files changed, 2 insertions(+)

       via  2e950c2085596513edc9b2ccfe8134eee743516e (commit)
      from  a8bcd28990c6cea999b51685bac971f608d3cc39 (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 2e950c2085596513edc9b2ccfe8134eee743516e
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Apr 12 15:19:28 2018 -0300

    13339: fix git_latest_tag formatting
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 47c84a9..b73612f 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -8,6 +8,7 @@ if not File.exist?('/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
 
diff --git a/sdk/ruby/arvados.gemspec b/sdk/ruby/arvados.gemspec
index 08ace0f..cd9b5dd 100644
--- a/sdk/ruby/arvados.gemspec
+++ b/sdk/ruby/arvados.gemspec
@@ -8,6 +8,7 @@ if not File.exist?('/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