gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: rename talercheck to donaucheck


From: gnunet
Subject: [taler-donau] branch master updated: rename talercheck to donaucheck
Date: Mon, 15 Jan 2024 15:26:53 +0100

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

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 2a6a103  rename talercheck to donaucheck
2a6a103 is described below

commit 2a6a103ee71357e1b29c06e47f754249b04f6fb7
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Mon Jan 15 15:26:13 2024 +0100

    rename talercheck to donaucheck
---
 ci/jobs/2-test/test.sh                  | 2 +-
 src/donau/test_donau_httpd.conf         | 2 +-
 src/donau/test_donau_unix.conf          | 2 +-
 src/donaudb/donaudb-postgres.conf       | 2 +-
 src/donaudb/test-donau-db-postgres.conf | 2 +-
 src/pq/test_pq.c                        | 2 +-
 src/testing/test_donau_api.conf         | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ci/jobs/2-test/test.sh b/ci/jobs/2-test/test.sh
index 39fca5c..fc4b77d 100755
--- a/ci/jobs/2-test/test.sh
+++ b/ci/jobs/2-test/test.sh
@@ -11,7 +11,7 @@ make install
 sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D 
/etc/postgresql/15/main -h localhost -p 5432 &
 sleep 10
 sudo -u postgres createuser -p 5432 root
-sudo -u postgres createdb -p 5432 -O root talercheck
+sudo -u postgres createdb -p 5432 -O root donaucheck
 
 check_command()
 {
diff --git a/src/donau/test_donau_httpd.conf b/src/donau/test_donau_httpd.conf
index a333960..a6b255e 100644
--- a/src/donau/test_donau_httpd.conf
+++ b/src/donau/test_donau_httpd.conf
@@ -53,7 +53,7 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
 
 
 [donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
 
 [donau-account-1]
 PAYTO_URI = "payto://x-taler-bank/localhost:8082/3"
diff --git a/src/donau/test_donau_unix.conf b/src/donau/test_donau_unix.conf
index ac413fc..c069099 100644
--- a/src/donau/test_donau_unix.conf
+++ b/src/donau/test_donau_unix.conf
@@ -58,7 +58,7 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
 
 
 [donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
 
 [donau-account-1]
 PAYTO_URI = "payto://x-taler-bank/localhost:8082/3"
diff --git a/src/donaudb/donaudb-postgres.conf 
b/src/donaudb/donaudb-postgres.conf
index 0104b82..62f7737 100644
--- a/src/donaudb/donaudb-postgres.conf
+++ b/src/donaudb/donaudb-postgres.conf
@@ -1,5 +1,5 @@
 [donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
 
 # Where are the SQL files to setup our tables?
 # Important: this MUST end with a "/"!
diff --git a/src/donaudb/test-donau-db-postgres.conf 
b/src/donaudb/test-donau-db-postgres.conf
index c4440d0..1f21a89 100644
--- a/src/donaudb/test-donau-db-postgres.conf
+++ b/src/donaudb/test-donau-db-postgres.conf
@@ -7,7 +7,7 @@ BASE_URL = http://localhost/
 [donaudb-postgres]
 
 #The connection string the plugin has to use for connecting to the database
-CONFIG = postgres:///talercheck
+CONFIG = postgres:///donaucheck
 
 # Where are the SQL files to setup our tables?
 SQL_DIR = $DATADIR/sql/donau/
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
index 1339a5e..5dded15 100644
--- a/src/pq/test_pq.c
+++ b/src/pq/test_pq.c
@@ -211,7 +211,7 @@ main (int argc,
   GNUNET_log_setup ("test-pq",
                     "WARNING",
                     NULL);
-  conn = GNUNET_PQ_connect ("postgres:///talercheck",
+  conn = GNUNET_PQ_connect ("postgres:///donaucheck",
                             NULL,
                             es,
                             NULL);
diff --git a/src/testing/test_donau_api.conf b/src/testing/test_donau_api.conf
index 56d0a68..dbb2ffe 100644
--- a/src/testing/test_donau_api.conf
+++ b/src/testing/test_donau_api.conf
@@ -20,7 +20,7 @@ EXPIRE_IDLE_SLEEP_INTERVAL ="1 s"
 #MAX_KEYS_CACHING = forever
 
 [donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
 
 [donaudb]
 # IDLE_RESERVE_EXPIRATION_TIME = 0 s

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