aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@proton.me>2024-06-16 14:30:12 +0200
committerNullptrderef <nullptrderef@proton.me>2024-06-16 14:30:12 +0200
commit06ff766ecf697c495a0d5120bc5e5f287e10990f (patch)
tree7f7dec6a310422fb68b6d381499b04507d26647b
parentb6e019aabfcc274d2e60b7feecc8070ea3ee5206 (diff)
downloadexchange-06ff766ecf697c495a0d5120bc5e5f287e10990f.tar.xz
substitude codename in deploy job
-rwxr-xr-xcontrib/ci/targets/debian/setup-job.sh2
-rw-r--r--debian/changelog49
2 files changed, 50 insertions, 1 deletions
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 <nullptrderef@proton.me> Sun, 16 Jun 2024 12:29:17 +0000
+
taler-exchange (0.11.2) unstable; urgency=low
* Bump version.