taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit 8d3e13d5a09a7680ef102e4f39d3941d6ebb7005
parent fb827402b44da29b7188f16285b5a5e95e200892
Author: Antoine A <>
Date:   Tue, 25 Nov 2025 11:58:21 +0100

common: improve deb and ci

Diffstat:
Mcontrib/ci/jobs/4-deb-amd64/job.sh | 3+++
Ddebian/taler-magnet-bank.postrm | 12------------
2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/contrib/ci/jobs/4-deb-amd64/job.sh b/contrib/ci/jobs/4-deb-amd64/job.sh @@ -10,6 +10,9 @@ export VERSION="$(./contrib/ci/version.sh)" echo "Building package version ${VERSION}" make deb +# Test package +sudo ./contrib/ci/deb-test.sh + # Move to artifact ls -alh ../*.deb mkdir -p /artifacts/magnet-bank/${CI_COMMIT_REF} # Variable comes from CI environment diff --git a/debian/taler-magnet-bank.postrm b/debian/taler-magnet-bank.postrm @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "purge" ] ; then - rm -rf /var/lib/taler-magnet-bank || true -fi - -#DEBHELPER# - -exit 0 -\ No newline at end of file