]> git.deb.at Git - deb/packages.git/blob - cron.d/200process_archive
Initial Polish translation of sections file.
[deb/packages.git] / cron.d / 200process_archive
1 #!/bin/bash
2
3 . `dirname $0`/../config.sh
4
5 cd "$topdir"
6
7 date
8 ./bin/parse-packages
9 date
10 ./bin/parse-sources
11 date
12 ./bin/parse-translations
13 date
14 ./bin/parse-contents
15 date