]> git.donarmstrong.com Git - dak.git/commitdiff
Generate the i18n foo
authorJoerg Jaspert <joerg@debian.org>
Sat, 9 Aug 2008 02:32:14 +0000 (04:32 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 9 Aug 2008 02:32:14 +0000 (04:32 +0200)
ChangeLog
config/debian/cron.dinstall

index bed4e2df77abf78c4c2b41d549f1bd5e40a4d47d..ffb1d2ee7afe0c26b7facfafcf52420bc24121c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 6704fe4e0fe82393b5b0c895abaecbe7d9b242a0..45a5413364d94907a82f8cdf0c9bac488c497414 100755 (executable)
@@ -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