gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix filename


From: gnunet
Subject: [taler-deployment] branch master updated: fix filename
Date: Wed, 01 Dec 2021 10:54:30 +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 ebb0894  fix filename
ebb0894 is described below

commit ebb0894e5cab8383f781c81490011ba242057771
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 1 10:54:25 2021 +0100

    fix filename
---
 bin/WIP/taler-local | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 2499c87..f0e3d54 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1145,25 +1145,25 @@ def prepare():
         donations_unit.write(unit_file_content(
             description = "Donation Website that accepts Taler payments.",
             cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos donations -c 
{CFG_OUTDIR / 'taler.conf'}",
-            env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+            env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
         ))
     with open(TALER_UNIT_FILES_DIR / "taler-local-blog.service", "w") as 
blog_unit:
         blog_unit.write(unit_file_content(
             description = "Blog that accepts Taler payments.",
             cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos blog -c 
{CFG_OUTDIR / 'taler.conf'}",
-            env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+            env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
         ))
     with open(TALER_UNIT_FILES_DIR / "taler-local-survey.service", "w") as 
survey_unit:
         survey_unit.write(unit_file_content(
             description = "Survey Website awarding tips via Taler.",
             cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos survey -c 
{CFG_OUTDIR / 'taler.conf'}",
-            env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+            env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
         ))
     with open(TALER_UNIT_FILES_DIR / "taler-local-landing.service", "w") as 
landing_unit:
         landing_unit.write(unit_file_content(
             description = "Landing Website of Taler demo.",
             cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos landing -c 
{CFG_OUTDIR / 'taler.conf'}",
-            env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+            env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
         ))
     with open(TALER_UNIT_FILES_DIR / "taler-local-frontends.env", "w") as 
frontends_env:
         frontends_env.write((

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