gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: copy file script


From: gnunet
Subject: [taler-wallet-core] branch master updated: copy file script
Date: Fri, 24 Feb 2023 00:06:23 +0100

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

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 4b9c65a22 copy file script
4b9c65a22 is described below

commit 4b9c65a22e72717df285250edad7a7374b58faac
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Feb 23 20:06:14 2023 -0300

    copy file script
---
 copy-backend-into-rebuilt.sh     | 8 ++++++++
 copy-backoffice-into-prebuilt.sh | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/copy-backend-into-rebuilt.sh b/copy-backend-into-rebuilt.sh
new file mode 100755
index 000000000..b9fa2a68e
--- /dev/null
+++ b/copy-backend-into-rebuilt.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+[ ! -d prebuilt ] && echo 'directory "prebuilt" not found. first checkout the 
prebuilt branch into a prebuilt directory' && exit 1
+
+for file in depleted_tip.en.html  offer_refund.en.html  offer_tip.en.html  
request_payment.en.html  show_order_details.en.html; do
+       cp packages/merchant-backend-ui/dist/pages/$file prebuilt/backend/
+done
+
diff --git a/copy-backoffice-into-prebuilt.sh b/copy-backoffice-into-prebuilt.sh
index 5f59882e0..8f3df209d 100755
--- a/copy-backoffice-into-prebuilt.sh
+++ b/copy-backoffice-into-prebuilt.sh
@@ -1,3 +1,6 @@
 #!/bin/bash
+
+[ ! -d prebuilt ] && echo 'directory "prebuilt" not found. first checkout the 
prebuilt branch into a prebuilt directory' && exit 1
+
 cp packages/merchant-backoffice-ui/dist/{index,lang*,material*,XRXV*}.* 
prebuilt/backoffice/
 

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