taler-deployment

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

commit bb91ed5b44219c65a9579816463f5a4f60216f28
parent acdf30d01a5555c252fd657c425dafee628e3fd1
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon, 14 Apr 2025 11:10:38 +0200

try clobber to get tags

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

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