From: Joerg Jaspert Date: Sat, 9 Aug 2008 02:32:14 +0000 (+0200) Subject: Generate the i18n foo X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b7aeba8cbe3c2102d88cf91fe2843b0afcef6353;hp=e58293b290b33e0033491fce6afc5645e5748d93;p=dak.git Generate the i18n foo --- diff --git a/ChangeLog b/ChangeLog index bed4e2df..ffb1d2ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-09 Joerg Jaspert + + * config/debian/cron.dinstall: Export the i18n foo. + 2008-08-08 Joerg Jaspert * config/debian/cron.dinstall: Create a hardlinked tree of the diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 6704fe4e..45a54133 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -242,6 +242,17 @@ ulimit -m 90000 -d 90000 -s 10000 -v 200000 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