gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: adding auditor-backoffice to


From: gnunet
Subject: [taler-wallet-core] branch master updated: adding auditor-backoffice to prebuilt
Date: Sun, 14 Jan 2024 16:15:03 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new e162a8cb6 adding auditor-backoffice to prebuilt
e162a8cb6 is described below

commit e162a8cb655adc95c8cd8d87319a76c8e9792994
Author: Nic Eigel <nic@eigel.ch>
AuthorDate: Sun Jan 14 16:09:05 2024 +0100

    adding auditor-backoffice to prebuilt
---
 contrib/copy-auditor-backoffice-into-prebuilt.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/contrib/copy-auditor-backoffice-into-prebuilt.sh 
b/contrib/copy-auditor-backoffice-into-prebuilt.sh
new file mode 100755
index 000000000..6b6544183
--- /dev/null
+++ b/contrib/copy-auditor-backoffice-into-prebuilt.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+[ ! -d prebuilt ] && git worktree add -f prebuilt prebuilt && exit 1
+
+find packages/auditor-backoffice-ui/dist/prod/ -type f -printf '%P\n' | sort > 
prebuilt/auditor-backoffice/bof
+
+while IFS= read -r file; do
+  cp packages/auditor-backoffice-ui/dist/prod/$file 
prebuilt/auditor-backoffice/$file
+done < prebuilt/auditor-backoffice/bof
+

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