debian: bump version
This commit is contained in:
parent
d86714eaba
commit
8e41165f45
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
taler-wallet-cli (0.0.1-2) unstable; urgency=low
|
||||||
|
|
||||||
* Improved denomination generator.
|
* Improved denomination generator.
|
||||||
|
@ -523,11 +523,11 @@ export async function lintExchangeDeployment(
|
|||||||
|
|
||||||
await checkExchangeHttpd(context, pubConf);
|
await checkExchangeHttpd(context, pubConf);
|
||||||
|
|
||||||
if (context.numErr > 0) {
|
if (context.numErr == 0) {
|
||||||
console.log("Linting completed without errors.");
|
console.log("Linting completed without errors.");
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
} else {
|
} else {
|
||||||
console.log("Linting completed with errors.");
|
console.log(`Linting completed with ${context.numErr} errors.`);
|
||||||
process.exit(0);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user