gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: return -> continue


From: gnunet
Subject: [taler-deployment] branch master updated: return -> continue
Date: Wed, 17 Feb 2021 08:16:19 +0100

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 ea96552  return -> continue
ea96552 is described below

commit ea96552b17ffcac7240f046ac8dc9df4c0b80ea1
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 17 08:16:15 2021 +0100

    return -> continue
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 3e68dd9..99df531 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -509,7 +509,7 @@ def checkout_repos(cfg, repos):
         tag = getattr(cfg, "tag_" + r.name.replace("-", "_"))
         if not tag:
             print(f"Not installing {r.name} from sources")
-            return
+            continue
         r_dir = home / "sources" / r.name
         if not r_dir.exists():
             r_dir.mkdir(parents=True, exist_ok=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]