[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: -missing files
From: |
gnunet |
Subject: |
[libeufin] branch master updated: -missing files |
Date: |
Mon, 10 Jun 2024 17:01:06 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 93a56d04 -missing files
93a56d04 is described below
commit 93a56d044bab930722224d6f7dff8f9e3ee465f5
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jun 10 17:01:03 2024 +0200
-missing files
---
contrib/bank-spa.lock | 1 +
contrib/check-prebuilt | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/contrib/bank-spa.lock b/contrib/bank-spa.lock
new file mode 100644
index 00000000..1a96df19
--- /dev/null
+++ b/contrib/bank-spa.lock
@@ -0,0 +1 @@
+0.11.3
diff --git a/contrib/check-prebuilt b/contrib/check-prebuilt
new file mode 100755
index 00000000..cee36cc9
--- /dev/null
+++ b/contrib/check-prebuilt
@@ -0,0 +1,15 @@
+#!/usr/bin/env python3
+
+import os
+import sys
+
+contrib = os.path.abspath(os.path.dirname(__file__))
+
+bank_ver_lock = open(contrib + "/" + "bank-spa.lock").read().strip()
+bank_ver_prebuilt = open(contrib + "/" +
"wallet-core/bank/version.txt").read().strip()
+
+if bank_ver_lock != bank_ver_prebuilt:
+ print("bank SPA version mismatch")
+ print("lockfile has version", bank_ver_lock)
+ print("prebuilt has version", bank_ver_prebuilt)
+ sys.exit(1)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: -missing files,
gnunet <=