sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit f5ddf576a88d03ee80b15d56553db9dfe36d2363
parent 446db0b2f0e56b3d0f6752b742d48ef8d3186186
Author: Antoine A <>
Date:   Thu,  9 Jul 2026 10:51:25 +0200

fix sandcastle-build-generic

Diffstat:
Mbuildscripts/sandcastle-build-generic | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildscripts/sandcastle-build-generic b/buildscripts/sandcastle-build-generic @@ -43,7 +43,7 @@ def get_tag_debver(tag): a, b = tag.split("-") return a + ":" + b return tag - raise Exception("unexpected tag format") + raise Exception(f"unexpected tag format: {tag}") def main():