commit acb61f45ad60b911185d34de46b1e4fdf5ac35d8 parent 4ce38c9727d4cd83027703bb2b2882bf5d353c95 Author: Antoine A <> Date: Thu, 9 Jul 2026 09:01:19 +0200 fix rust-rewrite tag Diffstat:
| M | buildconfig/libeufin.tag | | | 2 | +- |
| M | buildscripts/sandcastle-build-generic | | | 3 | +-- |
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/buildconfig/libeufin.tag b/buildconfig/libeufin.tag @@ -1 +1 @@ -rust-rewrite +v0.0.0-rust diff --git a/buildscripts/sandcastle-build-generic b/buildscripts/sandcastle-build-generic @@ -43,8 +43,7 @@ def get_tag_debver(tag): a, b = tag.split("-") return a + ":" + b return tag - return tag - #raise Error("unexpected tag format") + raise Error("unexpected tag format") def main():