diff --git a/runbot/runbot.py b/runbot/runbot.py index 2022e4d2..97b80a15 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -303,7 +303,6 @@ class runbot_repo(osv.osv): repo.name, int(t0 - fetch_time), int(t0 - dt2time(repo.hook_time))) return - repo._git(['gc', '--auto', '--prune=all']) repo._git(['fetch', '-p', 'origin', '+refs/heads/*:refs/heads/*']) repo._git(['fetch', '-p', 'origin', '+refs/pull/*/head:refs/pull/*'])