From: cjwatson <> Date: Mon, 26 May 2003 08:00:43 +0000 (-0800) Subject: [project @ 2003-05-26 01:00:43 by cjwatson] X-Git-Tag: release/2.6.0~887 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f106b50abccc9b8737ac965954fbeae1e0f772ce;p=debbugs.git [project @ 2003-05-26 01:00:43 by cjwatson] Add rebuild to the example crontab. Document rebuild changes. --- diff --git a/debian/changelog b/debian/changelog index c53962f5..e8086668 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ debbugs (2.4.1) UNRELEASED; urgency=low - MIME-encoded messages to bugs are displayed in decoded form on the web interface (unless the "mime=no" parameter is used), closes: #136114. - Add facility to search by tag. + - Fix rebuild script and add it to the example crontab, closes: #139696. * Adam Heath: - Convert all code to use global read/write functions, instead of having it duplicated everwhere. diff --git a/debian/crontab b/debian/crontab index a882fac1..dc6beddb 100644 --- a/debian/crontab +++ b/debian/crontab @@ -1,9 +1,11 @@ # Example crontab for bugs system. MAILTO=owner@bugs.benham 3,18,33,48 * * * * /usr/lib/debbugs/processall >/dev/null +7,22,37,52 * * * * /usr/lib/debbugs/rebuild db-h 9,39 * * * * /usr/lib/debbugs/html-control >/dev/null 22 7 * * * touch /var/lib/debbugs/spool/db-h 23 7 * * 3 /usr/lib/debbugs/age-1 24 7 * * * /usr/lib/debbugs/expire >/dev/null +25 8 * * * /usr/lib/debbugs/rebuild archive 23 16 * * 5 /usr/lib/debbugs/mailsummary undone >/dev/null 23 16 * * 2 /usr/lib/debbugs/mailsummary bymaint >/dev/null