X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=7666bdba6c0ede14d149e6b10c201145f03ca806;hb=3c9c18216b0961a66bd76b895b68cb5701e6bb40;hp=8aef43b7be077880aecf5b47706292670c2fe960;hpb=ebc80c6941140d9d81a18069d45097478c8d1c60;p=dak.git diff --git a/ChangeLog b/ChangeLog index 8aef43b7..7666bdba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,22 @@ -2008-04-23 Thomas Viehmann +2008-04-25 Joerg Jaspert + + * dak/split_done.py (main): Only move files into their subdirs if + they are older than 30 days. That enables us to run this script as + part of a cronjob. + + * config/debian/cron.weekly: Run dak split-done + +2008-04-23 Thomas Viehmann * dak/process_unchecked.py: add changes["sponsoremail"] for sponsored uploads if desired + * daklib/queue.py: add changes["sponsoremail"] to + Subst["__MAINTAINER_TO__"] if present * daklib/utils.py: add functions - is_email_alias to check which accounts allow email forwarding and - which_alias_file to find the alias file + is_email_alias to check which accounts allow email forwarding, + which_alias_file to find the alias file, and + gpg_get_key_addresses to find uid addresses for a given + fingerprint 2008-04-22 Joerg Jaspert