From: Frank Lichtenheld Date: Mon, 20 Feb 2006 02:35:41 +0000 (+0000) Subject: Add a simple script that call parse-packages, parse-source and parse-contents X-Git-Tag: switch-to-templates~116 X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=6aceb4fe16040d25de65c7fe4481279ea40e90b7 Add a simple script that call parse-packages, parse-source and parse-contents --- diff --git a/cron.d/200process_archive b/cron.d/200process_archive new file mode 100755 index 0000000..c3d6b58 --- /dev/null +++ b/cron.d/200process_archive @@ -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