gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: harness: also print git hash


From: gnunet
Subject: [taler-wallet-core] branch master updated: harness: also print git hash
Date: Mon, 11 Dec 2023 15:41:42 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new eb75f5b83 harness: also print git hash
eb75f5b83 is described below

commit eb75f5b8318241c0191e87f9834967b963f549d7
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Dec 11 11:41:30 2023 -0300

    harness: also print git hash
---
 packages/taler-harness/src/index.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/index.ts 
b/packages/taler-harness/src/index.ts
index 9c3d8bf1f..ff52fc30f 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -76,8 +76,9 @@ process.on("unhandledRejection", (error: any) => {
 });
 
 declare const __VERSION__: string;
+declare const __GIT_HASH__: string;
 function printVersion(): void {
-  console.log(__VERSION__);
+  console.log(`${__VERSION__} ${__GIT_HASH__}`);
   process.exit(0);
 }
 

-- 
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]