X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8f11c89f443270d9602090fab66bfd56e324f6c9;hb=f9d94e9465179b9a7f83559c846d25fcd4df131f;hp=0fc220ba8fab5313b7d4f108a57445f7cc9427db;hpb=e9628d0da14a4a046b04ac6c20675432168dcc4a;p=dak.git diff --git a/ChangeLog b/ChangeLog index 0fc220ba..8f11c89f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,286 @@ +2007-06-18 Anthony Towns + + * config/debian/apt.conf, config/debian/apt.conf.stable, + config/debian/dak.conf: update for 4.0r0 (etch), and 3.1r6 + (sarge), support for oldstable-proposed-updates, dropping m68k + from etch, creating etch-m68k suite, creating lenny. + + * config/debian/vars: update for lenny + + * 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 + and rejections for proposed-updates holding queues + + * dak/process_unchecked.py: add support for oldproposedupdates + holding queue + + * dak/control_suite.py: allow control-suite to work with etch-m68k + + * dak/generate_releases.py: unlink old Release files before updating + them if nlinks > 1 (ie, if two files used to be the same, maybe they + shouldn't be when generate-releases is run) + + * dak/generate_releases.py: add a couple of commented lines to make + it easier to deal with point releases + + * dak/make_overrides.py: generate overrides for !contrib udebs + + * docs/README.stable-point-release: update docs for doing a + point release + +2007-03-05 Anthony Towns + + * config/debian/dak.conf: update for 3.1r5. + * scripts/debian/ssh-move: add ssh-move script from debbugs + * config/debian/cron.unchecked: push version info to debbugs using + ssh-move. + +2007-02-14 James Troup + + * docs/README.config: remove Dinstall::GroupOverrideFilename. + * config/debian/dak.conf: likewise. + * config/debian-non-US/dak.conf: likewise. + * config/debian-security/dak.conf: likewise. + + * daklib/queue.py (Upload.close_bugs): no longer handle NMUs or + experimental differently, just close the bugs and let version + tracking sort it out. + (nmu_p): remove entire class - now unused. + (Upload.__init__): don't use nmu_p. + +2007-02-08 Anthony Towns + + * config/debian/dak.conf: update for 3.1r4. Use new 'etch' + signing key. Drop maximum index diffs down to 14. + + * config/debian/apt.conf: add udeb support for non-free (testing, + unstable) and experimental. + * config/debian/dak.conf: likewise. + + * dak/generate_releases.py (main): handle udebs in any component. + + * daklib/queue.py (Upload.build_summaries): handle files without a + 'type' gracefully. + + * dak/generate_releases.py (print_sha256_files): new function. + (main): use it. + + * dak/process_accepted.py (stable_install): fix name of template + mail. + + * dak/process_unchecked.py (is_stableupdate): fix invocation of + database.get_suite_id(). + + * templates/process-new.bxa_notification: Update on request + of/after discussion with BIS staff. + + * scripts/debian/mkfilesindices: also handle proposed-updates. + +2007-02-08 Ryan Murray + + * config/debian/cron.monthly: use $ftpgroup instead of hardcoding + group name for chgrp of mail archives. + + * daklib/queue.py (Upload.check_dsc_against_db): handle multiple + orig.tar.gz's by picking the first one by file id. + + * dak/override.py (main): limit to binary overrides only for now. + (usage): update to match. + + * config/debian/cron.daily: track when we have the accepted lock + and clean it up on exit if we have it. Take/check the + cron.unchecked lock just before traping to cleanup on exit. + Remove potato override handling. Remove any dangling symlinks in + /srv/incoming.d.o/buildd. Clean up apt-ftparchive's databases. + + * config/debian/apt.conf: change default compression scheme for + both Sources and Packages to gzip and bzip2 rather than + uncompressed and gzip (Packages) and gzip (Sources). Use old + defaults for proposed-updates. + + * dak/control_overrides.py (main): refuse to operate on + untouchable suites. + + * config/debian/pseudo-packages.maintainers: drop install, + installation, boot-floppy, slink-cd, potato-cd and + nonus.debian.org. Update base. + * config/debian/pseudo-packages.description: likewise. + + * daklib/utils.py (re_srchasver): new regex. + (parse_changes): use regex to split 'Source (Version)' style + Source fields into 'source' and 'source-version'. + + * config/debian/cron.daily: use $base instead of hardcoding path + name. + + * scripts/debian/mkfilesindices: source 'vars' file and use it's + variables instead of hardcoding path names. + + * config/debian/apt.conf: switch from /org to /srv. + * config/debian/apt.conf.buildd: likewise. + * config/debian/apt.conf.stable: likewise. + * config/debian/cron.daily: likewise. + * config/debian/cron.hourly: likewise. + * config/debian/cron.monthly: likewise. + * config/debian/cron.unchecked: likewise. + * config/debian/cron.weekly: likewise. + * config/debian/dak.conf: likewise. + * config/debian/vars: likewise. + * scripts/debian/mkfilesindices: likewise. + +2007-02-08 James Troup + + * dak/process_unchecked.py (check_signed_by_key): new function to + ensure .changes files are signed by an authorized uploader. + (process_it): use it. + + * config/debian/dak.conf (Binary-Upload-Restrictions): new stanza + to configure per suite/component/architecture binary upload + restrictions. + +2006-10-09 James Troup + + * dak/process_unchecked.py (check_timestamps): change match to + search as recent versions of python-apt prefix the string with 'E: '. + +2006-06-26 Ryan Murray + + * dak/process_unchecked.py (check_files): strip optional source version + from Source: field in changes file, and ensure what is left is a valid + package name. + +2006-06-23 Ryan Murray + + * dak/process_unchecked.py (check_files): also check ProposedUpdates + queue for source. + +2006-06-18 Ryan Murray + + * dak/scripts/debian/update-ftpstats: look for dak named processes in + the log, too. + + * dak/process_unchecked.py (check_files): only check embargoed and + unembargoed queues if the keys are set. + + * dak/config/debian-security/apt.conf: set Packages::Compress to gzip + and bzip2 for etch. + +2006-06-16 James Troup + + * dak/dak.py (init): add new-security-install. + + * dak/new_security_install.py: cleanups and adapt for new naming + scheme and other changes. + +2006-06-16 Anthony Towns + + * dak/new_security_install.py: initial version imported from + klecker. + +2006-06-16 James Troup + + [Merged changes from klecker - original author unknown.] + + * daklib/queue.py (Upload.dump_vars): also save changes["adv id"]. + + * dak/security_install.py (do_upload): fix check for oldstable and + upload file list handling. + + * dak/process_unchecked.py (check_files): update "check for + source" code to also look in Embargoed and Unembargoed queues. + (is_unembargo): fix handling of Dir::Queue::Disembargo. + + * dak/decode_dot_dak.py (main): add support for changes["adv id"]. + + * config/debian-security/vars (disembargo): add. + + * config/debian-security/dak.conf (Dinstall::SigningKeyIds): + update. + (Process-Unchecked::AcceptedLockFile): add. + (Suite::Testing): clean up Version and Description. + (SuiteMappings): add silent map from etch-secure to testing. + + * config/debian-security/cron.unchecked: add support for + disembargoed queues. + + * config/debian-security/apt.conf.buildd: add bzip2ed Packages + files too. + + * config/debian-security/apt.conf: add amd64 to architectures for + testing-security. + +2006-06-11 James Troup + + * config/debian/cron.daily: invoke process-accepted not + process-unchecked. + + * config/debian/vars (scriptsdir): new variable. + * config/debian/cron.daily: use it. + + * scripts/debian/mkmaintainers: put Maintainers_Versions-non-US in + $base/misc/ instead of versioned $masterdir. Correct 'dak + make-maintainers' invocation to look in $configdir for + pseudo-packages.maintainers. + + * daklib/queue.py (Upload.do_reject): use correct name for + rejection template. + +2006-06-11 James Troup + + * dak/override.py (main): temporarily add content of old X-Katie + header back as the PTS apparently filters on it. + * dak/process_accepted.py (main): likewise. + * dak/process_new.py (main): likewise. + * dak/process_unchecked.py (main): likewise. + * dak/reject_proposed_updates.py (main): likewise. + * dak/rm.py (main): likewise. + * daklib/queue.py (Upload.do_reject): likewise. + + * config/debian/cron.unchecked: set -u to error out on undefined + variables. Preset LOCKDAILY to "" accordingly. + * config/debian/cron.hourly: likewise. + * config/debian/cron.monthly: likewise. + * config/debian/cron.weekly: likewise. + + * config/debian/vars (configdir): add new variable pointing to + this directory. + + * config/debian/cron.daily: use $configdir inplace of $masterdir + when that's what we mean, and don't cd into $masterdir just to run + dak scripts as we don't need to do that anymore. + * config/debian/cron.hourly: likewise. + * config/debian/cron.unchecked: likewise. + * config/debian/cron.weekly: likewise. + + * config/debian/dak.conf + (Import-Users-From-Passwd::KnownPostgres): temporarily add 'katie' + user back to list of known users as it's non-trivial to entirely + change the owner of a database with postgresql 7.4. + + * daklib/queue.py (Upload.source_exists): use string object + methods rather than string module. + (Upload.get_anyversion): likewise. + + * daklib/utils.py (validate_changes_file_arg): update filename + slicing to cope with new .dak filenames. + + * dak/ls.py (main): add back 'heidi' as a valid argument for + -f/--format as people are using it in scripts and breaking that + without warning seems rude. + +2006-05-21 James Troup + + * dak/rm.py (main): use string .isdigit() rather than + utils.str_isnum(). + * dak/process_new.py (edit_overrides): likewise. + + * daklib/utils.py (str_isnum): removed accordingly. Also drop + string import. + 2006-05-21 James Troup * dak/check_archive.py (check_indices_files_exist): use list @@ -17,6 +300,20 @@ (Upload.cross_suite_version_check): likewise. * daklib/utils.py (parse_args): likewise. +2006-05-21 James Troup + + * daklib/utils.py (process_gpgv_output): new function, split out + of check_signature(). + (check_signature): adapt accordingly. + (retrieve_key): new function that will try to retrieve the key + 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(). + + * docs/README.config: document Dinstall::KeyAutoFetch and + Dinstall:KeyServer. + 2006-05-20 James Troup * dak/find_null_maintainers.py (main):