sandcastle-ng

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

commit f98540a3f0a760c8817f036c7b5f65569cc15e7b
parent a7789636f80a400a00909e16f64b70af4ed886b7
Author: Antoine A <>
Date:   Thu,  9 Jul 2026 13:30:41 +0200

Fix script

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 @@ -45,7 +45,7 @@ def get_tag_debver(tag): return a + ":" + b return tag warning(f"unexpected tag format: {tag}") - return "0.0.0" + return "10000.0.0" # Version big enough to work everytime def main():