gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: publish anastasis webui prebu


From: gnunet
Subject: [taler-wallet-core] branch master updated: publish anastasis webui prebuilt
Date: Tue, 23 Apr 2024 15:47:24 +0200

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 f9f109b08 publish anastasis webui prebuilt
f9f109b08 is described below

commit f9f109b08b3af89081521bc6b60b9cdc0034450a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Apr 23 10:47:18 2024 -0300

    publish anastasis webui prebuilt
---
 Makefile                                |  7 +++++++
 contrib/copy-anastasis-into-prebuilt.sh | 10 ++++++++++
 2 files changed, 17 insertions(+)

diff --git a/Makefile b/Makefile
index 39a949c51..b1103edaf 100644
--- a/Makefile
+++ b/Makefile
@@ -51,8 +51,15 @@ prebuilt:
        make bank-prebuilt
        make challenger-prebuilt
        make aml-backoffice-prebuilt
+       make anastasis-prebuilt
        ./contrib/publish-prebuilt-dir.sh
 
+.PHONY: anastasis-prebuilt
+anastasis-prebuilt:
+       pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...
+       pnpm run --filter @gnu-taler/anastasis-webui... build
+       ./contrib/copy-anastasis-into-prebuilt.sh
+
 .PHONY: backoffice-prebuilt
 backoffice-prebuilt:
        pnpm install --frozen-lockfile --filter 
@gnu-taler/merchant-backoffice-ui...
diff --git a/contrib/copy-anastasis-into-prebuilt.sh 
b/contrib/copy-anastasis-into-prebuilt.sh
new file mode 100755
index 000000000..36335bfcf
--- /dev/null
+++ b/contrib/copy-anastasis-into-prebuilt.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+[ ! -d prebuilt ] && git worktree add -f prebuilt prebuilt && exit 1
+
+find packages/anastasis-webui/dist/prod/ -type f -printf '%P\n' | sort > 
prebuilt/anastasis/bof
+
+while IFS= read -r file; do
+  cp packages/anastasis-webui/dist/prod/$file prebuilt/anastasis/$file
+done < prebuilt/anastasis/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]