]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
reject on syntax error in Checksum-* filelist
[dak.git] / ChangeLog
index c682979914a0606c007fb82930e8f548baf99660..fc6e9f88276864682abe594ba6d03c265dd55091 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2008-05-03  Thomas Viehmann  <tv@beamnet.de>
+
+       * dak/process_unchecked.py (check_hashes): Reject on error while
+       parsing Checksums-*.
+
+2008-05-02  Joerg Jaspert  <joerg@debian.org>
+
+       * config/debian/pseudo-packages*: Removed listarchives, closes #468667
+       added wiki.debian.org (currently pointing to debian-www), closes #194206
+       added security-tracker, closes #436152
+       added release.debian.org, closes #451005
+
+       * config/debian/cron.buildd: Cleanup unreachable code. (If someone
+       still wants it - its in revision control...)
+
+       * config/debian/cron.daily: Modify call to update-ftpstats to only
+       use files log/2*, instead of log/*, so it ignores the new cron/
+       subdir. Makes sure it can't get confused, and is also safe for
+       nearly thousand years. If this code is really in use in year 3000,
+       im sure people can adjust it! :)
+
+       * config/debian/vars: Add logdir as a place for cronjob log output
+
+       * config/debian/cron.daily: Use a logfile and be more verbose of
+       whats going on.
+         Also moved the commented VACUUM ; VACUUM ANALYZE calls over to
+       cron.weekly, ...
+       * config/debian/cron.weekly: likewise,
+         ... and activate those calls again. Once a week, as an
+       additional safety bet to be sure the stuff does get run is ok,
+       even if we have autovacuum by default.
+
+2008-05-02  Thomas Viehmann  <tv@beamnet.de>
+
+       * dak/process_unchecked.py (check_hashes): fix typo in
+         checksum reject message.
+
 2008-05-02  Joerg Jaspert  <joerg@debian.org>
 
        * config/debian/extensions.py: used reindent.py from the python
        * daklib/utils.py (check_signature): add NOTATION_DATA and
        NOTATION_NAME to known keywords.
 
-       * daklib/queue.py (Upload.check_source_against_db): 
+       * daklib/queue.py (Upload.check_source_against_db):
 
        * dak/make_suite_file_list.py: add -f/--force option.
 
        * daklib/utils.py (check_signature): add NOTATION_DATA and
        NOTATION_NAME to known keywords.
 
-       * daklib/queue.py (Upload.check_source_against_db): 
+       * daklib/queue.py (Upload.check_source_against_db):
 
        * dak/make_suite_file_list.py: add -f/--force option.
 
 
        * config/debian/dak.conf: typo fix for Dinstall::GPGKeyring,
        drop upload limitations, add release postgres user
-       
+
        * dak/process_new.py: support for automatically accepting and rejecting
        packages from proposed-updates holding queues via COMMENTS directory
        * cron.daily: automatically process COMMENTS-based approvals
 
        * config/debian/dak.conf: typo fix for Dinstall::GPGKeyring,
        drop upload limitations, add release postgres user
-       
+
        * dak/process_new.py: support for automatically accepting and rejecting
        packages from proposed-updates holding queues via COMMENTS directory
        * cron.daily: automatically process COMMENTS-based approvals
        * config/debian/dak.conf: likewise.
        * config/debian/vars: likewise.
        * scripts/debian/mkfilesindices: likewise.
-       
+
 2007-02-08  James Troup  <james@nocrew.org>
 
        * dak/process_unchecked.py (check_signed_by_key): new function to
        * config/debian/dak.conf: likewise.
        * config/debian/vars: likewise.
        * scripts/debian/mkfilesindices: likewise.
-       
+
 2007-02-08  James Troup  <james@nocrew.org>
 
        * dak/process_unchecked.py (check_signed_by_key): new function to
        that signed a given file from a keyserver.
        (check_signature): add 'autofetch' argument that if not set
        defaults to the value of Dinstall::KeyAutoFetch (if that exists).
-       If 'autofetch' is true, invoke retrieve_key().  
+       If 'autofetch' is true, invoke retrieve_key().
 
        * docs/README.config: document Dinstall::KeyAutoFetch and
        Dinstall:KeyServer.
        * apt.conf.stable: update for sarge's release
        * apt.conf: bump daily max Contents change to 25MB from 12MB
 
-       * cron.daily: add accepted lock and invoke cindy  
+       * cron.daily: add accepted lock and invoke cindy
        * cron.daily: add daily.lock
        * cron.daily: invoke tiffani
        * cron.daily: rebuild accepted buildd stuff
 
        * amber (do_upload): Sort changes files in "katie" order so that
          source always arrives before binary-only rebuilds
-       
+
 2004-10-05  James Troup  <james@nocrew.org>
 
        * jennifer (check_dsc): correct reject message on invalid
        valid_dsc_p and don't run check_source() if check_dsc() failed.
        (check_dsc): on fatal failures return 0 so check_source() isn't
        run (since it makes fatal assumptions about the presence of
-       mandatory .dsc fields).  
+       mandatory .dsc fields).
        Remove unused and obsolete re_bad_diff and re_is_changes regexps.
 
 2004-05-07  James Troup  <james@nocrew.org>