+2008-08-09 Joerg Jaspert <joerg@debian.org>
+
+ * config/debian/cron.dinstall: Export the i18n foo.
+
2008-08-08 Joerg Jaspert <joerg@debian.org>
* config/debian/cron.dinstall: Create a hardlinked tree of the
echo "Using run-parts to run scripts in $base/scripts/distmnt"
run-parts --report $base/scripts/distmnt
+ts
+
+echo "Exporting package data foo for i18n project"
+cd ${webdir}/i18n
+dak control-suite -l stable > etch
+dak control-suite -l testing > lenny
+dak control-suite -l unstable > sid
+md5sum * > md5sum
+
+ts
+
echo "Daily cron scripts successful."
ts