gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: repo: move Makefile helper sc


From: gnunet
Subject: [taler-wallet-core] branch master updated: repo: move Makefile helper scripts to contrib
Date: Wed, 29 Mar 2023 19:34:01 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 804ef8acb repo: move Makefile helper scripts to contrib
804ef8acb is described below

commit 804ef8acb4d24d61a69f8b8add868ad642c451ff
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Mar 29 19:33:58 2023 +0200

    repo: move Makefile helper scripts to contrib
---
 Makefile                                                            | 6 +++---
 .../copy-backend-into-prebuilt.sh                                   | 0
 .../copy-backoffice-into-prebuilt.sh                                | 0
 .../copy-demobank-into-prebuilt.sh                                  | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 66c2bf6c3..2b9455161 100644
--- a/Makefile
+++ b/Makefile
@@ -40,19 +40,19 @@ publish:
 backoffice-prebuilt:
        pnpm install --frozen-lockfile --filter 
@gnu-taler/merchant-backoffice-ui...
        pnpm run --filter @gnu-taler/merchant-backoffice-ui... build
-       ./copy-backoffice-into-prebuilt.sh
+       ./contrib/copy-backoffice-into-prebuilt.sh
 
 .PHONY: backend-prebuilt
 backend-prebuilt:
        pnpm install --frozen-lockfile --filter 
@gnu-taler/merchant-backend-ui...
        pnpm run --filter @gnu-taler/merchant-backend... build
-       ./copy-backend-into-prebuilt.sh
+       ./contrib/copy-backend-into-prebuilt.sh
 
 .PHONY: demobank-prebuilt
 demobank-prebuilt:
        pnpm install --frozen-lockfile --filter @gnu-taler/merchant-ba...
        pnpm run --filter @gnu-taler/demobank-ui... build
-       ./copy-demobank-into-prebuilt.sh
+       ./contrib/copy-demobank-into-prebuilt.sh
 
 # make documentation from docstrings
 .PHONY: typedoc
diff --git a/copy-backend-into-prebuilt.sh 
b/contrib/copy-backend-into-prebuilt.sh
similarity index 100%
rename from copy-backend-into-prebuilt.sh
rename to contrib/copy-backend-into-prebuilt.sh
diff --git a/copy-backoffice-into-prebuilt.sh 
b/contrib/copy-backoffice-into-prebuilt.sh
similarity index 100%
rename from copy-backoffice-into-prebuilt.sh
rename to contrib/copy-backoffice-into-prebuilt.sh
diff --git a/copy-demobank-into-prebuilt.sh 
b/contrib/copy-demobank-into-prebuilt.sh
similarity index 100%
rename from copy-demobank-into-prebuilt.sh
rename to contrib/copy-demobank-into-prebuilt.sh

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