X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=cron.d%2F110debtags;fp=cron.d%2F110debtags;h=7d361fc92b5c024415e7df5c0801b9f1902211c8;hb=41ab743eae0a7875cf03a8b50a060da06af30b39;hp=0000000000000000000000000000000000000000;hpb=4a749eda2ed95dbc3180fcdbe5590e2bb2f04198;p=deb%2Fpackages.git diff --git a/cron.d/110debtags b/cron.d/110debtags new file mode 100755 index 0000000..7d361fc --- /dev/null +++ b/cron.d/110debtags @@ -0,0 +1,15 @@ +#! /bin/bash + +. `dirname $0`/../config.sh + +debtagsdir="$filesdir/debtags" + +test -d ${debtagsdir} || mkdir -p ${debtagsdir} +cd ${debtagsdir} + +wget -q -N http://debtags.alioth.debian.org/tags/vocabulary.gz && + gunzip -f vocabulary.gz + +cd "$topdir" + +./bin/parse-debtags-voc