[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: sandbox->bank
From: |
gnunet |
Subject: |
[libeufin] branch master updated: sandbox->bank |
Date: |
Thu, 07 Sep 2023 15:32:45 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 7cf6f220 sandbox->bank
7cf6f220 is described below
commit 7cf6f22040285b883a92637c2687ac7bece05815
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Sep 7 15:32:38 2023 +0200
sandbox->bank
---
README | 8 ++++----
build.gradle | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README b/README
index 08b3716b..6d3aed9f 100644
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ $ make install
If the previous step succeeded, libeufin-nexus and a command line
client (libeufin-cli) should be found under $PFX/bin. Additionally,
-the libeufin-sandbox command used for testing should be found under
+the libeufin-bank command used for testing should be found under
$PFX/bin as well.
Running tests
@@ -54,7 +54,7 @@ The TGZ file should be found at:
build/distributions/libeufin-$VERSION-sources.t
Exporting an archive with the three executables
===============================================
-Such archive contains the compiled Sandbox and Nexus,
+Such archive contains the compiled Bank and Nexus,
and the CLI script.
$ ./bootstrap # Needed to silence 'GNU make'
@@ -76,8 +76,8 @@ This repository does not ship any UI, rather it downloads
one from the following project along the "make deb" target:
https://git.taler.net/wallet-core.git/tree/packages/demobank-ui
-This way, the libeufin-sandbox Debian package provides one
-self-contained solution including Nginx, LibEuFin Sandbox,
+This way, the libeufin-bank Debian package provides one
+self-contained solution including Nginx, LibEuFin Bank,
and the UI.
Note: the UI an independent Web app that could even be served
diff --git a/build.gradle b/build.gradle
index b3ec87d5..8b923849 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,11 +63,11 @@ task execArch(type: Zip) {
dependsOn versionFile
dependsOn replaceVersionCli
evaluationDependsOn("nexus")
- evaluationDependsOn("sandbox")
+ evaluationDependsOn("bank")
def topDir = "${getRootProject().name}-${getRootProject().version}"
archiveFileName = "${topDir}.zip"
subprojects.each {
- if (it.name == "nexus" || it.name == "sandbox") {
+ if (it.name == "nexus" || it.name == "bank") {
Task t = it.tasks.getByName("installShadowDist")
dependsOn(t) // invokes the task 't'
}
@@ -76,8 +76,8 @@ task execArch(type: Zip) {
include("**/libeufin-nexus")
include("**/*.jar")
}
- from("sandbox/build/install/sandbox-shadow") {
- include("**/libeufin-sandbox")
+ from("bank/build/install/bank-shadow") {
+ include("**/libeufin-bank")
include("**/*.jar")
}
from("${project.buildDir}/generated/python") {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: sandbox->bank,
gnunet <=