gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: envcfg


From: gnunet
Subject: [taler-deployment] branch master updated: envcfg
Date: Sat, 02 Nov 2019 14:56:14 +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 c5e2d86  envcfg
c5e2d86 is described below

commit c5e2d86ff3e1be467b35086b0ebfd9e32128b736
Author: Florian Dold <address@hidden>
AuthorDate: Sat Nov 2 14:56:10 2019 +0100

    envcfg
---
 envcfg/envcfg-demo-2019-11-02-01.py | 15 +++++++++++++++
 envcfg/envcfg.py.template           | 16 ++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/envcfg/envcfg-demo-2019-11-02-01.py 
b/envcfg/envcfg-demo-2019-11-02-01.py
new file mode 100644
index 0000000..e02becf
--- /dev/null
+++ b/envcfg/envcfg-demo-2019-11-02-01.py
@@ -0,0 +1,15 @@
+env = "demo"
+
+tag = "demo-2019-11-02-00"
+
+tag_gnunet = "v0.11.8"
+tag_libmicrohttpd = "v0.9.68"
+tag_exchange = tag
+tag_merchant = tag
+tag_bank = tag
+tag_twister = tag
+tag_landing = tag
+tag_donations = tag
+tag_blog = tag
+tag_survey = tag
+tag_backoffice = tag
diff --git a/envcfg/envcfg.py.template b/envcfg/envcfg.py.template
new file mode 100644
index 0000000..c7523ca
--- /dev/null
+++ b/envcfg/envcfg.py.template
@@ -0,0 +1,16 @@
+# Name of the environment (test, demo, int, ...)
+env = "..."
+
+tag = "master"
+
+tag_gnunet = tag
+tag_libmicrohttpd = tag
+tag_exchange = tag
+tag_merchant = tag
+tag_bank = tag
+tag_twister = tag
+tag_landing = tag
+tag_donations = tag
+tag_blog = tag
+tag_survey = tag
+tag_backoffice = tag

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



reply via email to

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