]> git.deb.at Git - deb/packages.git/commitdiff
Add a simple script that call parse-packages, parse-source and parse-contents
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 20 Feb 2006 02:35:41 +0000 (02:35 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 20 Feb 2006 02:35:41 +0000 (02:35 +0000)
cron.d/200process_archive [new file with mode: 0755]

diff --git a/cron.d/200process_archive b/cron.d/200process_archive
new file mode 100755 (executable)
index 0000000..c3d6b58
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+. `dirname $0`/../config.sh
+
+cd "$topdir"
+
+date
+./bin/parse-packages
+date
+./bin/parse-sources
+date
+./bin/parse-contents
+date