[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: tip reserve check, e-mailing l
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: tip reserve check, e-mailing less text |
Date: |
Fri, 16 Jul 2021 12:18:53 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 9618607 tip reserve check, e-mailing less text
9618607 is described below
commit 96186074ac85657f942addf5edc8c320bc2bb93b
Author: ms <ms@taler.net>
AuthorDate: Fri Jul 16 12:18:22 2021 +0200
tip reserve check, e-mailing less text
---
buildbot/check_tip_reserve.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index 8b70044..502d8cd 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -55,6 +55,5 @@ for item in reserves:
# FIXME, eventually, just check the largest amount left through
# all the reserves.
print(f"Largest tip reserve: {max_amount}")
-print("\n\n\n\n\n\n\n")
-print(f"=========================================")
-print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}")
+print(f"=========================================", file=sys.stderr)
+print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}", file=sys.stderr)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: tip reserve check, e-mailing less text,
gnunet <=