]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
Modified dak to use non-braindead DM schema, and use an actual column for
[dak.git] / ChangeLog
index 3e1620de363e2a6cc4918dd8c44945a07ba83ac7..7233547eb8c9672b05b3f7ade65b7553fb9de095 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,230 @@
+2008-12-26  Michael Casadevall <sonicmctails@gmail.com>
+
+        * dak/import_keyring.py - Debrainized the projectb schema w.r.t. to DMs
+                                  Now uses Debian-Maintainer column in uid tabl
+
+        * 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
+
+
+2008-12-26  Michael Casadevall <sonicmctails@gmail.com>
+
+        * 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 <sonicmctails@gmail.com>
+
+        * 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  <joerg@debian.org>
+
+       * 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  <joerg@debian.org>
+
+       * 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  <pkern@debian.org>
+
+       * 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  <joerg@debian.org>
+
+       * 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  <joerg@debian.org>
+
+       * config/debian/cron.hourly: Call the removals.pl
+
+2008-12-09  Joerg Jaspert  <joerg@debian.org>
+
+       * config/debian/cron.hourly: Added queue_rss.py to hourly cron.
+
+2008-12-09  Filippo Giunchedi <filippo@debian.org>
+
+       * tools/queue_rss.py: Added, generates RSS feeds of NEW.
+
+2008-12-09  Philipp Kern  <pkern@debian.org>
+
+       * 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  <pkern@debian.org>
+
+       * 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  <pkern@debian.org>
+
+       * 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  <joerg@debian.org>
+
+       * 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  <mhy@debian.org>
+
+       * 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  <mhy@debian.org>
+
+       * 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  <joerg@debian.org>
+
+       * dak/process_unchecked.py (queue_(un)embargo): (Hopefully) enable
+       sending mails again, which got broken when testing-security
+       handling was (not completly correctly) implemented. Closes: #440004
+
+2008-11-24  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/process_unchecked.py (check_signed_by_key): remove the
+       binary-upload restriction stuff. unused.
+
+       * config/debian-security/apt.conf.buildd: byebye sarge
+
+       * scripts/nfu/get-w-b-db: remove m68k
+
+       * scripts/debian/update-ftpstats: remove m68k
+
+       * config/debian/dak.conf: remove m68k
+       remove the binary-upload-restrictions
+
+       * config/debian/vars (archs): Remove m68k
+
+2008-11-23  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/process_unchecked.py (check_files): fix this armel mess
+
+       * config/debian-security/dak.conf: Set ValidTime
+
+       * config/debian-security/cron.weekly: Added
+
+2008-11-17  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/security-install.py: Removed, no longer in use.
+
+2008-11-16  Joerg Jaspert  <joerg@debian.org>
+
+       * scripts/debian/mkfilesindices: useless typical, doesnt have
+       i18n/ dirs. Force them in (i hope).
+
+2008-11-15  Thomas Viehmann <tv@beamnet.de>
+
+       * dak/show_deferred.py: handle uploads that do not close bugs
+
+2008-11-11  Joerg Jaspert  <joerg@debian.org>
+
+       * config/debian/dak.conf: good bye oldstable/o-p-u
+
+2008-11-10  Joerg Jaspert  <joerg@debian.org>
+
+       * config/debian/cron.unchecked: how about us ignoring bugs.d.o
+       down? It's not like it is time critical or something to transfer
+       this stuff, it doesn't hurt to have it there a bit later...
+
+2008-11-08  Joerg Jaspert  <joerg@debian.org>
+
+       * config/debian/cron.hourly: Create new tracefile format.
+
+2008-11-05  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/new_security_install.py (_do_Approve): This sudo call
+       definitely wants the -H option.
+
+2008-11-01  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/process_unchecked.py (check_files): Also check the
+       upload_suite for uploads. I guess we could kill the default_suite
+       totally, but for now we just look into the upload_suite one too.
+
+       * config/debian-security/dak.conf: Let DefaultSuite be stable
+
+2008-10-27  Joerg Jaspert  <joerg@debian.org>
+
+       * scripts/debian/mkfilesindices: Remove oldstable
+
+       * config/debian/vars: Remove sarge
+
+       * config/debian/dak.conf: Untouchable o-p-u, until we removed all
+       of sarge and its files.
+
+       * config/debian/apt.conf.oldstable: Removed
+
+       * config/debian/apt.conf: Remove oldstable
+
+2008-10-14  Thomas Viehmann <tv@beamnet.de>
+
+       * dak/show_deferred.py: produce .changes and improve status
+
+2008-10-07  Joerg Jaspert  <joerg@debian.org>
+
+       * config/debian/cron.dinstall: Only keep the last 60 days of
+       dinstall logfiles on disc.
+
 2008-10-05  Thomas Viehmann <tv@beamnet.de>
 
         * daklib/database.py: added get_suites
-       
+       * dak/dak.py, dak/show_deferred.py: add show-deferred to dak.
+
 2008-09-23  Joerg Jaspert  <joerg@debian.org>
 
        * config/debian/dak.conf: Add the validtime fields, set to 7
        * dak/stats.py: likewise
        * dak/symlink_dists.py: likewise
        * dak/transitions.py: likewise
+>>>>>>> sec-merge:ChangeLog
 
 2008-05-03  Joerg Jaspert  <joerg@debian.org>