commit 44338c4ef4f10fd723fe194aeda5f1adbeb38535
parent 82a8a9a9fe89cb60a482cec6aa116d58b26c4186
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 26 Jun 2022 15:27:53 +0200
-bootstrpa should be enough
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2016-2021 Taler Systems SA
+# (C) 2016-2022 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public
@@ -808,7 +808,6 @@ CODESPELL_FACTORY.addStep(
description="fetch GANA",
descriptionDone="GANA obtained",
command=["./bootstrap" ],
- command=["contrib/gana.sh" ],
workdir="/home/codespell/sources/exchange/"
)
)