taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 98aaeffe17e84706384ed236a2111e93fdce0238
parent 27775439e0a961aa72edf2241aba420103a1a2e2
Author: ms <ms@taler.net>
Date:   Wed, 28 Jul 2021 08:03:26 +0200

revert unwanted

Diffstat:
Mbuildbot/check_tip_reserve.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py @@ -51,3 +51,4 @@ for item in reserves: remaining_amount = allocated_amount - committed_amount if remaining_amount > max_amount: max_amount = remaining_amount +print("Max tip reserve: {}".format(max_amount))