gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: verbosity


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: verbosity
Date: Fri, 11 Oct 2019 19:44:10 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new cb7265d  verbosity
cb7265d is described below

commit cb7265d9530a0dbfca6168393338c7ae5c03440b
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 23:13:57 2019 +0530

    verbosity
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index c7f9251..906b329 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -96,7 +96,7 @@ def update_checkout(r: Repo, p: Path):
         ref = "HEAD"
     else:
         ref = res.stdout.strip("\n ")
-    print(f"resetting to ref {ref}")
+    print(f"resetting {r.name} to ref {ref}")
     subprocess.run(["git", "-C", p.as_posix(), "reset", "--hard", ref], 
check=True)
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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