From 06ff766ecf697c495a0d5120bc5e5f287e10990f Mon Sep 17 00:00:00 2001 From: Nullptrderef Date: Sun, 16 Jun 2024 14:30:12 +0200 Subject: substitude codename in deploy job --- contrib/ci/targets/debian/setup-job.sh | 2 +- debian/changelog | 49 ++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/contrib/ci/targets/debian/setup-job.sh b/contrib/ci/targets/debian/setup-job.sh index b632eaf06..13258729b 100755 --- a/contrib/ci/targets/debian/setup-job.sh +++ b/contrib/ci/targets/debian/setup-job.sh @@ -47,4 +47,4 @@ fi; # Generate the deploy-package target cd "${CI_DIR}/jobs/$(mktarget 2 deploy-package)" cp "$DISTRO_TARGET/deploy-package/config.ini" ./ -cp "$DISTRO_TARGET/deploy-package/job.sh" ./ +sed "s|bookworm|$CODENAME|g" "$DISTRO_TARGET/deploy-package/job.sh" > ./ diff --git a/debian/changelog b/debian/changelog index 8d9f58db1..142da14d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +taler-exchange (0.11.3) UNRELEASED; urgency=medium + + [ Christian Blättler ] + * bump gana + * rename keys + * add token issue sig helper + * bump gana + * bump gana + * insert dummy function signatures + * bump gana + * add token use signature functions + * add token issue signature methods + * add empty implementations for merchant token sign / verify + * add pack helper for token issue signature + * add json spec for token envelope + * json pack token envelope + * work on tokens + * fix typo + * use new gnunet json spec functions + * use gnunet json helper for blinded signature + * use gnunget query param helper + * bump gana + * bump gana + * use query param helper from gnunet + + [ Christian Grothoff ] + * return 501 in /terms if not configured + * -bump revision + * only return compressed terms if we actually have those + * -bump revision + * -markify + * -markify + * -bump dep check + * -fix doxygen + + [ Nullptrderef ] + * arm64 and riscv64 builds + * use good containerfile, fix apt indentation + * link to common/debian + * generate ci targets + * ignore config.guess + * allow overwriting dest + * gitignore privatekeys, deb files, etc + * allow ARCH/CODENAME overwrites, aswell 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 + + -- Nullptrderef Sun, 16 Jun 2024 12:29:17 +0000 + taler-exchange (0.11.2) unstable; urgency=low * Bump version. -- cgit v1.2.3