sandcastle-ng

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

commit 4599594cf630a291903a7b30173598571a0b89db
parent f5ddf576a88d03ee80b15d56553db9dfe36d2363
Author: Antoine A <>
Date:   Thu,  9 Jul 2026 11:24:45 +0200

fix sandcastle-build-generic

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

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