sandcastle-ng

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

commit 4ce38c9727d4cd83027703bb2b2882bf5d353c95
parent 34ad4d5a464231e2fce53f7f2f443f058cd95029
Author: Antoine A <>
Date:   Wed,  8 Jul 2026 20:28:00 +0200

check rust-rewrite

Diffstat:
Mbuildconfig/libeufin.tag | 2+-
Mbuildscripts/sandcastle-build-generic | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildconfig/libeufin.tag b/buildconfig/libeufin.tag @@ -1 +1 @@ -v1.6.4 +rust-rewrite diff --git a/buildscripts/sandcastle-build-generic b/buildscripts/sandcastle-build-generic @@ -43,7 +43,8 @@ def get_tag_debver(tag): a, b = tag.split("-") return a + ":" + b return tag - raise Error("unexpected tag format") + return tag + #raise Error("unexpected tag format") def main():