gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: don't build repos with SKIP ta


From: gnunet
Subject: [taler-deployment] branch master updated: don't build repos with SKIP tag
Date: Mon, 24 Jan 2022 23:19:02 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2b2ce8b  don't build repos with SKIP tag
2b2ce8b is described below

commit 2b2ce8b7e067a57c55f0354f827d2d8ae9118496
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 24 23:18:59 2022 +0100

    don't build repos with SKIP tag
---
 bin/taler-deployment | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index aa3c956..94e6522 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -628,6 +628,9 @@ def build() -> None:
     stale = get_stale_repos(env_info.repos)
     print(f"found stale repos: {stale}")
     for r in stale:
+        tag = getattr(cfg, "tag_" + r.name.replace("-", "_"))
+        if tag == "SKIP":
+            continue
         p = Path.home() / "sources" / r.name
         os.chdir(str(p))
         r.builder(r, p)

-- 
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]