X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4bb52a3dd581c1973329c8e582838b0d5aff7479;hb=a9cd0a9b4d5fc20932b3818bf4e45fbffebc9fc5;hp=f19b97b2eae386644a9cb4aaf8de10446c3500b8;hpb=cc2af6961cb73292e03feb0b298e5eac89ca3669;p=dak.git diff --git a/ChangeLog b/ChangeLog index f19b97b2..4bb52a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,29 @@ +2008-08-07 Joerg Jaspert + + * dak/process_accepted.py (install): Error out with the new + exception if we dont know the source package for a file we want to + install. Shouldn't ever hit us, but better safe than sorry. + + * daklib/dak_exceptions.py (dakerrors): new exception - no source field. + 2008-08-05 Joerg Jaspert * config/debian/cron.unchecked: disable the ssh-move insanity (and as soon as rietz is back online - replace it with a one-line scp or rsync statement followed by a one-line rm) + And now replaced this 128 line perl "not-invented-here" with a + one-line rsync command, using a feature rsync only understands + since sarge - damn new-fangled technology. + +2008-08-05 Joachim Breitner + + * dak/cruft_report.py: In full mode, report out-of-date binaries on + architectures that have set Not-For-Us for that package. + + * scripts/nfu/get-w-b-db: Script to fetch the wanna-build database + dump from http://buildd.debian.org/ + + * config/debian/cron.weekly: Run the above script 2008-08-03 Mark Hymers