From eeeab58ac9a3037c32a3850136bb93f3957b050d Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 1 Jun 2021 13:40:34 +0200 Subject: [PATCH] do repo before and after build --- master.py | 1 + 1 file changed, 1 insertion(+) diff --git a/master.py b/master.py index 5e0fd7c..b48f93c 100644 --- a/master.py +++ b/master.py @@ -333,6 +333,7 @@ if __name__ == '__main__': setup_chroot() sync_marchs_with_config() + do_repo_work() update_svn2git() q = JoinableQueue()