From 3110054dd5174494b14ae52e971dcd9d3c005bd7 Mon Sep 17 00:00:00 2001
From: Ryan Murray <rmurray@debian.org>
Date: Fri, 24 May 2002 16:24:57 +0000
Subject: [PATCH] update override file before running apt-ftparchive

---
 cron.buildd | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cron.buildd b/cron.buildd
index 6ceeaac2..89f86f27 100644
--- a/cron.buildd
+++ b/cron.buildd
@@ -9,6 +9,10 @@ export SCRIPTVARS=/org/ftp.debian.org/katie/vars
 . $SCRIPTVARS
 
 if [ ! -e $ftpdir/Archive_Maintenance_In_Progress ]; then
+        cd $overridedir
+        denise
+        rm -f override.sid.all3
+        for i in main contrib non-free main.debian-installer; do cat override.sid.$i >> override.sid.all3; done
 	cd $masterdir
 	cameron
 	apt-ftparchive -qq generate apt.conf.buildd
-- 
2.39.5