[ARVADOS] updated: 1.1.0-43-g8bfa394
Git user
git at public.curoverse.com
Wed Oct 11 09:33:44 EDT 2017
Summary of changes:
sdk/cwl/gittaggers.py | 2 +-
sdk/python/gittaggers.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 8bfa39432e881dd866c3a3f285bffedb66d22270 (commit)
from 568debc9be188c20ca6a5710d14d8ecd5cd1d4bb (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 8bfa39432e881dd866c3a3f285bffedb66d22270
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Wed Oct 11 10:33:33 2017 -0300
12389: fix update gittaggers for latest tag
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/sdk/cwl/gittaggers.py b/sdk/cwl/gittaggers.py
index 764d0f1..089732e 100644
--- a/sdk/cwl/gittaggers.py
+++ b/sdk/cwl/gittaggers.py
@@ -37,7 +37,7 @@ class EggInfoFromGit(egg_info):
"""
def git_latest_tag(self):
gitinfo = subprocess.check_output(
- ['git', 'describe', '--abbrev=0'])
+ ['git', 'describe', '--abbrev=0'], 'curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber')
return str(gitinfo)
def tags(self):
diff --git a/sdk/python/gittaggers.py b/sdk/python/gittaggers.py
index 8acbe27..da45bba 100644
--- a/sdk/python/gittaggers.py
+++ b/sdk/python/gittaggers.py
@@ -26,7 +26,7 @@ class EggInfoFromGit(egg_info):
def git_latest_tag(self):
gitinfo = subprocess.check_output(
- ['git', 'describe', '--abbrev=0'])
+ ['git', 'describe', '--abbrev=0'], 'curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber')
return str(gitinfo)
def tags(self):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list