From 2093dff5bea8c4ed746287a862cceff3ac414805 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Tue, 21 Jan 2014 11:53:04 -0800
Subject: [PATCH] Pack zuul git refs daily.

Zuul was packing git refs weekly, do this daily instead to handle the
number of refs created by gate resets in large gate queues.

Change-Id: I8fc8c78436ebf79b457d392f1ce8de31b15c762c
---
 modules/zuul/manifests/init.pp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp
index 8f3c9d8c90..c25b05f933 100644
--- a/modules/zuul/manifests/init.pp
+++ b/modules/zuul/manifests/init.pp
@@ -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 \;',