gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: take spa from wallet-core


From: gnunet
Subject: [taler-merchant] branch master updated: take spa from wallet-core
Date: Mon, 23 Jan 2023 12:45:10 +0100

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

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2308b49b take spa from wallet-core
2308b49b is described below

commit 2308b49bffd322e083d1c1cd60bcbe6aaa5321c4
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jan 23 08:44:03 2023 -0300

    take spa from wallet-core
---
 .gitmodules         |  3 +++
 bootstrap           |  4 +---
 contrib/Makefile.am | 14 ++++++++++++--
 contrib/wallet-core |  1 +
 4 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 91e0186e..857edd23 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,6 @@
        path = doc/prebuilt
        url = git://git.taler.net/docs.git
        branch = prebuilt
+[submodule "contrib/wallet-core"]
+       path = contrib/wallet-core
+       url = git://git.taler.net/wallet-core
diff --git a/bootstrap b/bootstrap
index 0ee94f8d..4663438e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -33,9 +33,7 @@ echo "$0: Running autoreconf"
 autoreconf -if
 
 echo "Importing single-page app (from external Git repository)"
-cd contrib/merchant-backoffice
+cd contrib/wallet-core
 git checkout -f origin/prebuilt
-cp spa.html ..
-cd ../..
 
 exit 0
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index e2f9659d..e8e12e28 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -23,7 +23,17 @@ MAINTAINERCLEANFILES = \
 # foo.css
 
 
-# spa.html is the single-page-app imported from the merchant-backoffice.git
+# spa.html is the single-page-app imported from the wallet-core.git
 # prebuilt branch.
 dist_spapkgdata_DATA = \
-  spa.html
+  backoffice/index.css
+  backoffice/index.css.map
+  backoffice/index.html
+  backoffice/index.js
+  backoffice/index.js.map
+  backoffice/languageicon-LWKRUH5D.svg
+  backoffice/materialdesignicons-webfont-4.9.95-7W2GKO6O.woff2
+  backoffice/materialdesignicons-webfont-4.9.95-GELXKCZG.ttf
+  backoffice/materialdesignicons-webfont-4.9.95-HENMUVWG.eot
+  backoffice/materialdesignicons-webfont-4.9.95-WP2MXZKI.woff
+  backoffice/XRXV3I6Li01BKofINeaE-34D53UZZ.ttf
diff --git a/contrib/wallet-core b/contrib/wallet-core
new file mode 160000
index 00000000..509011f9
--- /dev/null
+++ b/contrib/wallet-core
@@ -0,0 +1 @@
+Subproject commit 509011f9bca5c0693102b780fa782e910217f1ae

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