]> git.decadent.org.uk Git - dak.git/commit
2004-04-01 James Troup <james@nocrew.org> * jennifer (get_changelog_versions):...
authorJames Troup <james@nocrew.org>
Thu, 1 Apr 2004 17:14:25 +0000 (17:14 +0000)
committerJames Troup <james@nocrew.org>
Thu, 1 Apr 2004 17:14:25 +0000 (17:14 +0000)
commit3686a00f1001f2d5692fa5e706b898053e39191a
treebe86d2d21b11a3a5fa46bcfa67eba92309dfca7c
parentbd377d74e836353932847343062f114edd1140a4
2004-04-01  James Troup  <james@nocrew.org> * jennifer (get_changelog_versions): create a symlink mirror of the source files in the temporary directory. (check_source): if check_dsc_against_db() couldn't find the orig.tar.gz bail out. * katie.py (Katie.check_dsc_against_db): if the orig.tar.gz is not part of the upload store the path to it in pkg.orig_tar_gz and if it can't be found set pkg.orig_tar_gz to -1. Explicitly return the second value as None in the (usual) case where we don't have to reprocess.  Remove obsolete diagnostic logs. * katie.py (Katie.do_reject): use utils.temp_file() and don't import tempfile.2004-03-15  James Troup  <james@nocrew.org> * jennifer (check_dsc): check changes["architecture"] for source before we do anything else.2004-03-12  James Troup  <james@nocrew.org> * docs/README.config (Dir::Queue::BTSVersionTrack): document. * katie.conf (Dir::Queue::BTSVersionTrack): define. * katie.py (Katie.accept): add support for DebBugs Version Tracking by writing out .versions (generated in jennifer's get_changelog_versions()) and .debinfo (mapping of binary -> source) files. * ashley (main): add dsc["bts changelog"]. * katie.py (Katie.dump_vars): store dsc["bts changelog"] too. * jennifer (check_diff): obsoleted by check_source(), removed. (check_source): new function: create a temporary directory and move into it and call get_changelog_versions(). (get_changelog_versions): new function: extract the source package and optionally parse debian/changelog to obtain the version history for the BTS. (process_it): call check_source() rather than check_diff().
TODO
ashley
docs/README.config
docs/README.first
jennifer
katie.conf
katie.py