gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: debian: bump version


From: gnunet
Subject: [taler-wallet-core] branch master updated: debian: bump version
Date: Thu, 05 Aug 2021 00:02:54 +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 8e41165f debian: bump version
8e41165f is described below

commit 8e41165f454d737d7ca6939dcacf1738d29e90bd
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 5 00:02:49 2021 +0200

    debian: bump version
---
 debian/changelog                      | 6 ++++++
 packages/taler-wallet-cli/src/lint.ts | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7068ef04..691a8235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+taler-wallet-cli (0.0.1-3) unstable; urgency=low
+
+  * Deployment linting improvements.
+
+ -- Florian Dold <dold@taler.net>  Thu, 05 Aug 2021 00:02:33 +0200
+
 taler-wallet-cli (0.0.1-2) unstable; urgency=low
 
   * Improved denomination generator.
diff --git a/packages/taler-wallet-cli/src/lint.ts 
b/packages/taler-wallet-cli/src/lint.ts
index e9b51d27..b640d0cf 100644
--- a/packages/taler-wallet-cli/src/lint.ts
+++ b/packages/taler-wallet-cli/src/lint.ts
@@ -523,11 +523,11 @@ export async function lintExchangeDeployment(
 
   await checkExchangeHttpd(context, pubConf);
 
-  if (context.numErr > 0) {
+  if (context.numErr == 0) {
     console.log("Linting completed without errors.");
     process.exit(0);
   } else {
-    console.log("Linting completed with errors.");
-    process.exit(0);
+    console.log(`Linting completed with ${context.numErr} errors.`);
+    process.exit(1);
   }
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]