X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=bb145f4b79e73337a682bc668d5a2a6b4423eab9;hb=a10398019d83fb13fbe230c944ed51470a35df34;hp=f83eb3e7ae67976b8b20a076bee5e29f010307ec;hpb=ca7d643f6b998c6f8a1f5dac48e9e51e3cbc35db;p=dak.git diff --git a/ChangeLog b/ChangeLog index f83eb3e7..bb145f4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,152 @@ +2008-12-28 Michael Casadevall + + * dak/process_unchecked.py - Modified DM to comply strictly with the DM GR + Upload right to a package is determined by the + newest version of that package in the archive + + * dak/process_unchecked.py - Added new REJECT for DM-Upload-Allowed not being set + and clarified NMU reject message. + + * dak/update_db.py - Added a update-database mechanism. New database updates + can be added by simply adding a simple upgrade script to dakdb + It probably has some bugs, but it can update git HEAD 12-08-2008 + to DB revision 1 without any issues. + + * dak/dakdb/1.py - Adds DM tables + + * dak/import_keyring - Fixed an argument typo on the help screen + +2008-12-28 Frank Lichtenheld + + * dak/override.py (main): Handle source-only packages better + +2008-12-26 Michael Casadevall + + * dak/import_keyring.py - Debrainized the projectb schema w.r.t. to DMs + Now uses Debian-Maintainer column in uid table + + * dak/import_ldap_fingerprints.py - Ditto + + * dak/process_unchecked.py - Same + + * scripts/debian/byhand-dm - See Above + + * setup/init_pool.sql - More of the same + + * dak/process_unchecked.py - Implemented new dm_upload_allowed field in source + + * dak/process_unchecked.py - Fixed bug where dm-upload-allowed would not be respected + in cases where only experimental had the DM-Upload-Allowed: yes flag. + + * dak/process_accepted.py - Ditto, also causes new uploads to include uploaders + table to properly include all uploads + + * setup/init_pool.sql - Updated schema + +2008-12-23 Michael Casadevall + + * dak/queue_report.py - Added 822 output format + + * dak/queue_report.py - Fixed display of BYHAND packages + + * dak/queue_report.py - Added queue field + + * config/debian/dak.conf - Added 822 output location + + * dak/process_accepted.py - Added orig.tar.gz copying when going + inbetween two components + +2008-12-23 Joerg Jaspert + + * dak/make_suite_file_list.py (stable_dislocation_p): Removed + + * config/debian/dak.conf, config/debian-security/dak.conf: Remove "StableDislocationSupport "false";" + +2008-12-19 Joerg Jaspert + + * daklib/utils.py: move the html escape stuff here. + + * dak/examine_package.py: Remove the html escape stuff. + + * dak/queue_report.py: lotsa html changes to get more info on the + page and to get Tinchos css foo working. + + * web/style.css: Added new stuff from Tincho + +2008-12-18 Philipp Kern + + * config/debian-security/cron.buildd: simplify wanna-build update + by calling a trigger script on the wanna-build host + * config/debian-security/cron.daily: no need to refresh + packages-arch-specific anymore + +2008-12-16 Joerg Jaspert + + * config/debian/cron.dinstall: Run logs.py as last command before + we mail the log. + + * tools/logs.py: Added script from Thomas. + Modifications from me: + - Use path entries that fit ftpmaster dak user + - Make the bz2 extension optional for log files, so we can run it + out of cron.dinstall, where it is not yet compressed. + - Also show the two largest time killers in the totals graph. + - do not drop old entries from the cachefile + - fiddle with the color palette + +2008-12-15 Joerg Jaspert + + * config/debian/cron.hourly: Call the removals.pl + +2008-12-09 Joerg Jaspert + + * config/debian/cron.hourly: Added queue_rss.py to hourly cron. + +2008-12-09 Filippo Giunchedi + + * tools/queue_rss.py: Added, generates RSS feeds of NEW. + +2008-12-09 Philipp Kern + + * daklib/queue.py (cross_suite_version_check): add an additional + parameter to specify if an upload is sourceful or not; do not reject + uploads that do not satisfy the "must be newer than" criteria and + are binary-only + * daklib/queue.py (check_source_against_db, check_binary_against_db): + invoke cross_suite_version_check as above + +2008-12-04 Philipp Kern + + * dak/process_new.py (recheck): call reject for + Upload.check_{binary,source}_against_db with an empty prefix to not + reject on warnings + +2008-11-30 Philipp Kern + + * dak/process_unchecked.py (do_stableupdate, do_oldstableupdate): + move files to NEW for {old,}stable-proposed-updates world-readable + (Closes: #368056) + +2008-11-30 Joerg Jaspert + + * config/debian/apt.conf: Lets generate experimental content + files. + + * dak/daklib/queue.py (Upload.cross_suite_version_check): Add a + few () to make cross_suite_version_check finally work as + intended (well, we hope). Thanks to Philipp Kern for spotting this. + +2008-11-28 Mark Hymers + + * dak/new_security_install.py: Don't attempt to delete the .changes files + which have already been moved to queue/done by now. + +2008-11-27 Mark Hymers + + * dak/new_security_install.py: Attempt to tidy up the buildd queue. The + buildd team believes that the fact that the packages are in the security + pool after this point should be good enough. + 2008-11-25 Joerg Jaspert * dak/process_unchecked.py (queue_(un)embargo): (Hopefully) enable