gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-playground] branch master updated: fix build


From: gnunet
Subject: [GNUnet-SVN] [taler-playground] branch master updated: fix build
Date: Tue, 06 Mar 2018 16:27:52 +0100

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

dold pushed a commit to branch master
in repository playground.

The following commit(s) were added to refs/heads/master by this push:
     new d8b45c6  fix build
d8b45c6 is described below

commit d8b45c603b3ccf9da4e7885ef618eca6f242fb16
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 6 16:27:46 2018 +0100

    fix build
---
 .gitignore                                              | 15 +++++++++++++++
 Makefile.in                                             |  2 +-
 taler-playground.wsgi.in => frontend-playground.wsgi.in |  0
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fb7d52e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+.eggs/
+Makefile
+aclocal.m4
+autom4te.cache/
+compile
+config.log
+config.status
+configure
+frontend-playground.wsgi
+install-sh
+missing
+taler-playground
+talerfrontend.egg-info/
+talerfrontend/__pycache__/
+talerfrontend/frontend/__pycache__/
diff --git a/Makefile.in b/Makefile.in
index 134b48d..645e74b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@ INSTALL_DATA = $(INSTALL) -m 644
 prefix = @prefix@
 srcdir = @srcdir@
 
-script_templates = taler-merchant-playground frontend-playground.wsgi
+script_templates = taler-playground frontend-playground.wsgi
 templates = Makefile $(script_templates)
 
 edit = sed -e 's|@address@hidden|$(prefix)|g'
diff --git a/taler-playground.wsgi.in b/frontend-playground.wsgi.in
similarity index 100%
rename from taler-playground.wsgi.in
rename to frontend-playground.wsgi.in

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



reply via email to

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