gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: no hyphens in tag names


From: gnunet
Subject: [taler-deployment] branch master updated: no hyphens in tag names
Date: Thu, 23 Jul 2020 17:16:02 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 99478a6  no hyphens in tag names
99478a6 is described below

commit 99478a6bafd5b8e9e7f0a2e23eaaa7a72a8b89b0
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 17:15:38 2020 +0200

    no hyphens in tag names
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 3a28006..7553a2c 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -527,7 +527,7 @@ def checkout_repos(cfg, repos):
         if not r_dir.exists():
             r_dir.mkdir(parents=True, exist_ok=True)
             subprocess.run(["git", "-C", str(sources), "clone", r.url], 
check=True)
-        tag = getattr(cfg, "tag_" + r.name)
+        tag = getattr(cfg, "tag_" + r.name.replace("-", "_"))
         subprocess.run(["git", "-C", str(r_dir), "fetch"], check=True)
         subprocess.run(
             ["git", "-C", str(r_dir), "checkout", "-q", "-f", tag, "--"], 
check=True,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]