X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d948974e019e4f627968ebdf2601f3686460b895;hb=aa83ebb15882823869b109d370e24ef3efd730f8;hp=d29d7f7427aa728baaca0b5694936be374ecfb76;hpb=430daaea3b7a870b4828cccb22a15b8ead3ba965;p=dak.git diff --git a/ChangeLog b/ChangeLog index d29d7f74..d948974e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,59 @@ +2008-08-14 Joerg Jaspert + + * config/debian/cron.dinstall: Added the i18n retrieval of package + description translations + +2008-08-12 Joerg Jaspert + + * config/debian/cron.dinstall: Complicate the i18n export a little + by using date/hour based directories which we then link into the + web view. They contain a signed timestamp file now, which means + the i18n people can take a long time to generate files, yet we + still know exactly on which dataset their data is based on, and + can then verify it with that. Ensures we only get descriptions for + packages we know off (or knew of in the past 2 days). + +2008-08-11 Joerg Jaspert + + * web/dinstall.html: Added + + * config/debian/dak.conf: Added back the pgp keyrings for now, as + it seems that we should keep it for a few more days, until we + somehow got ll those oldtimers to get a newer key into the + keyring. Unfortunately our logic to look for uploads done from + that keyring wasnt the most perfect one, so well, it is actually + used. Damn. + +2008-08-09 Joerg Jaspert + + * config/debian/dak.conf: No longer use the pgp keyring - no + uploads recorded for any of the pgp keys for a long time. + + * config/debian/cron.dinstall: Export the i18n foo. + +2008-08-08 Joerg Jaspert + + * config/debian/cron.dinstall: Create a hardlinked tree of the + ftp/ in mirror/ so we have more atomic mirror updates for the + buildds + + * config/debian/cron.unchecked: Added signing of buildd incoming + +2008-08-07 Philipp Kern + + * dak/process_new.py (do_accept): handle uploads to (oldstable-) + proposed-updates differently and put them into p-u holding + for review instead of unconditionally accepting them into + p-u proper; additional care needed to be taken to look + out for the source if a binary-only upload is being handled + 2008-08-07 Joerg Jaspert * dak/cruft_report.py (parse_nfu): call utils.warn instead of warn (main): Only do the nfu stuff if nfu is a check we want to run later. + (main): And another place where we dont want to do nfu foo unless + we need nfu * dak/make_suite_file_list.py (main): Fix a bug that has been there for ages, but "just" never triggered.