]> git.pld-linux.org Git - packages/bugzilla.git/commitdiff
- daily cron, based on gentoo one
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Apr 2006 20:07:52 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bugzilla.cron -> 1.1

bugzilla.cron [new file with mode: 0644]

diff --git a/bugzilla.cron b/bugzilla.cron
new file mode 100644 (file)
index 0000000..e0cfdbe
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+cd /usr/share/bugzilla
+./collectstats.pl
+./whineatnews.pl
+echo "*** Bugzilla nighlty flush has done! ***"
This page took 0.074153 seconds and 4 git commands to generate.