X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F200process_archive;fp=cron.d%2F200process_archive;h=c3d6b58bcc1b3bc845a7b8c7a5d57ff06fb8b979;hb=6aceb4fe16040d25de65c7fe4481279ea40e90b7;hp=0000000000000000000000000000000000000000;hpb=4d9c4df8447b2d218d939dc1ac33187d7f36589a;p=deb%2Fpackages.git 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