gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: separate deployment rules for


From: gnunet
Subject: [taler-deployment] branch master updated: separate deployment rules for integrationtest
Date: Mon, 24 Feb 2020 16:47:29 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d6fa497  separate deployment rules for integrationtest
d6fa497 is described below

commit d6fa49702142df3587a9e3aceead949fa82e0038
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 16:47:27 2020 +0100

    separate deployment rules for integrationtest
---
 bin/taler-deployment | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 0c50e74..35876f7 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -72,6 +72,7 @@ def cli():
 currmap = {
     "test": "TESTKUDOS",
     "coverage": "TESTKUDOS",
+    "integrationtest": "TESTKUDOS",
     "demo": "KUDOS",
     "int": "INTKUDOS",
     "euro": "EUR",
@@ -279,7 +280,7 @@ def get_repos(envname):
         return []
     if envname == "docs-builder":
         return [Repo("docs", "git://gnunet.org/docs.git", [], build_docs)]
-    if envname == "coverage":
+    if envname in ("coverage", "integrationtest"):
         return [
             Repo(
                 "libmicrohttpd",
@@ -449,6 +450,7 @@ allowed_envs = (
     "euro",
     "chf",
     "coverage",
+    "integrationtest",
 )
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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