[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: -comment
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: -comment |
Date: |
Tue, 27 Aug 2024 00:17:43 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 2785521f6 -comment
2785521f6 is described below
commit 2785521f6eaaed711ba5705086988f30746748b7
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Aug 27 00:17:39 2024 +0200
-comment
---
contrib/bump-taler-version.mjs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/bump-taler-version.mjs b/contrib/bump-taler-version.mjs
index 10e7c85a2..4dd4c9adf 100755
--- a/contrib/bump-taler-version.mjs
+++ b/contrib/bump-taler-version.mjs
@@ -96,6 +96,8 @@ for (const deb of debs) {
const m = s.match(re);
const version = m[1];
let pfx = "";
+ // In Debian, the pre-release version is indicated
+ // by tilde, not by dash.
const debVersion = requestedVersion.replace("-", "~")
if (version != debVersion) {
pfx = "[!] ";
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: -comment,
gnunet <=