exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 0379b9728a9f4a8a8eb15b20406ad78f163123dd
parent 8c38bf4bd6800a5b1a9bd09561877dfe37a218a2
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Sun, 16 Jun 2024 16:24:22 +0200

pgctl > postgres & sleep 10

Diffstat:
Mcontrib/ci/jobs/2-test/test.sh | 3+--
Mdebian/changelog | 3++-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh @@ -19,8 +19,7 @@ cd - make -j$(( $nump / 2 )) 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 /usr/lib/postgresql/15/bin/pg_ctl start -D /etc/postgresql/15/main -h localhost -p 5432 sudo -u postgres createuser -p 5432 root sudo -u postgres createdb -p 5432 -O root talercheck diff --git a/debian/changelog b/debian/changelog @@ -44,8 +44,9 @@ taler-exchange (0.11.3) UNRELEASED; urgency=medium * allow ARCH/CODENAME overwrites, as well as CODENAME-ARCH ones CODENAME-ARCH allows overwriting one pair without touching other ones in the same codename, or the same arch * remove redundant/duplicate jobs * fix: use codenames in from, oops + * rm tmp file - -- Nullptrderef <nullptrderef@proton.me> Sun, 16 Jun 2024 12:37:57 +0000 + -- Nullptrderef <nullptrderef@proton.me> Sun, 16 Jun 2024 14:13:24 +0000 taler-exchange (0.11.2) unstable; urgency=low