Merge "Pack zuul git refs daily."

This commit is contained in:
Jenkins 2014-01-27 22:41:26 +00:00 committed by Gerrit Code Review
commit a0e2a53cbc

@ -225,7 +225,6 @@ class zuul (
cron { 'zuul_repack':
user => 'zuul',
weekday => '0',
hour => '4',
minute => '7',
command => 'find /var/lib/zuul/git/ -maxdepth 3 -type d -name ".git" -exec git --git-dir="{}" pack-refs --all \;',