taler-deployment

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

commit ea59a6b460e19f9fed49b8c4301d66b2260a69af
parent 6e583a1c65d0ec47ff8fd5383009a15a9eeadce7
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 15 Apr 2025 11:22:11 +0200

fix syntax

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -646,7 +646,7 @@ gnunet_meson_step = steps.ShellSequence( gnunet_meson_build_steps = [ steps.Git(repourl='git://git.gnunet.org/gnunet.git', - mode='full', method='full'), + mode='full', method='fresh'), gnunet_meson_step ]