[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] want to use something from common? source it, bastard



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.hourly |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly
index 9f2266d..f559026 100755
--- a/config/debian/cron.hourly
+++ b/config/debian/cron.hourly
@@ -9,6 +9,12 @@ set -u
 export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
 . $SCRIPTVARS
 
+########################################################################
+# Functions                                                            #
+########################################################################
+# common functions are "outsourced"
+. "${configdir}/common"
+
 dak import-users-from-passwd
 dak queue-report -n > $webdir/new.html
 dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates -r $webdir/stat
-- 
1.7.2.5


Reply to: