]> git.decadent.org.uk Git - dak.git/log
dak.git
20 years ago2004-04-01 James Troup <james@nocrew.org> * jennifer (get_changelog_versions):...
James Troup [Thu, 1 Apr 2004 17:14:25 +0000 (17:14 +0000)]
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().

20 years ago2004-04-01 James Troup <james@nocrew.org> * utils.py (temp_filename): new helper...
James Troup [Thu, 1 Apr 2004 17:13:10 +0000 (17:13 +0000)]
2004-04-01  James Troup  <james@nocrew.org> * utils.py (temp_filename): new helper function that wraps around tempfile.mktemp(). * lisa (prod_maintainer): likewise. (edit_note): likewise. (edit_new): likewise. * lauren (reject): likewise. * melanie (main): likewise. * neve (do_sources): likewise. * rene (main): likewise. * tea (validate_sources): likewise.2004-03-31  James Troup  <james@nocrew.org> * tea (validate_sources): remove unused 's' temporary variable.

20 years ago* billie: Added * katie.conf (Billie): Added sample Billie stanza to katie.conf
Daniel Silverstone [Sun, 21 Mar 2004 16:55:19 +0000 (16:55 +0000)]
* billie: Added * katie.conf (Billie): Added sample Billie stanza to katie.conf

20 years agosigh, let's try without the syntax error. (tbm). Remove trailingwhitespace too.
James Troup [Thu, 11 Mar 2004 00:36:08 +0000 (00:36 +0000)]
sigh, let's try without the syntax error.  (tbm).  Remove trailingwhitespace too.

20 years agoFix cut'n'waste (tbm).
James Troup [Thu, 11 Mar 2004 00:22:19 +0000 (00:22 +0000)]
Fix cut'n'waste (tbm).

20 years agosync
James Troup [Thu, 11 Mar 2004 00:21:58 +0000 (00:21 +0000)]
sync

20 years ago2004-02-27 James Troup <james@nocrew.org> * rose (process_tree): use 'if var in...
James Troup [Thu, 11 Mar 2004 00:20:51 +0000 (00:20 +0000)]
2004-02-27  James Troup  <james@nocrew.org> * rose (process_tree): use 'if var in [ list ]' rather than long 'if var == foo or var == bar or var == baz'.  Suggested by Martin Michlmayr. * jennifer (check_files): reduce 'if var != None' to 'if var' as suggested by Martin Michlmayr. * catherine (poolize): likewise. * charisma (main): likewise. * halle (check_changes): likewise. * heidi (main): likewise. (process_file): likewise. * kelly (install): likewise. (stable_install): likewise. * utils.py (fix_maintainer): likewise.

20 years ago2004-03-08 James Troup <james@nocrew.org> * lisa (edit_index): Fix logic swapo...
James Troup [Thu, 11 Mar 2004 00:14:32 +0000 (00:14 +0000)]
2004-03-08  James Troup  <james@nocrew.org> * lisa (edit_index): Fix logic swapo from 'use "if varfoo in listbar" rather than "if listbar.count(varfoo)"' change on 2004-02-24.

20 years ago2004-02-27 Martin Michlmayr <tbm@cyrius.com> * docs/README.config: lots of updates...
James Troup [Thu, 11 Mar 2004 00:11:14 +0000 (00:11 +0000)]
2004-02-27  Martin Michlmayr  <tbm@cyrius.com> * docs/README.config: lots of updates and corrections. * docs/README.first: likewise. * docs/README.config: drop unused Dir::Queue::Root. * katie.conf-non-US: likewise. * katie.conf: likewise. * katie.conf-security: likewise.

20 years ago2004-03-05 James Troup <james@nocrew.org> * alicia (main): don't warn about not...
James Troup [Thu, 11 Mar 2004 00:08:32 +0000 (00:08 +0000)]
2004-03-05  James Troup  <james@nocrew.org> * alicia (main): don't warn about not closing bugs - we don't manage overrides through the BTS.

20 years agosync
James Troup [Fri, 27 Feb 2004 20:10:15 +0000 (20:10 +0000)]
sync

20 years agofix path to vars.
James Troup [Fri, 27 Feb 2004 20:10:00 +0000 (20:10 +0000)]
fix path to vars.

20 years agomake subject more useful.
James Troup [Fri, 27 Feb 2004 20:09:57 +0000 (20:09 +0000)]
make subject more useful.

20 years agoAdd version-tracking aids for BTS.
James Troup [Fri, 27 Feb 2004 20:09:54 +0000 (20:09 +0000)]
Add version-tracking aids for BTS.

20 years agoadd timeout for non-US.
James Troup [Fri, 27 Feb 2004 20:09:51 +0000 (20:09 +0000)]
add timeout for non-US.

20 years agot-p-u udeb support. remove obsolete and very bad t-s -> s mapping.
James Troup [Fri, 27 Feb 2004 20:08:19 +0000 (20:08 +0000)]
t-p-u udeb support.  remove obsolete and very bad t-s -> s mapping.

20 years agodon't abuse .count(). remove a couple of unused variables.
James Troup [Fri, 27 Feb 2004 20:07:40 +0000 (20:07 +0000)]
don't abuse .count().  remove a couple of unused variables.

20 years agopseudo-packages.maintainers (ftp.debian.org): Changed the maintainer to be ftpmaster...
Daniel Silverstone [Tue, 3 Feb 2004 19:46:24 +0000 (19:46 +0000)]
pseudo-packages.maintainers (ftp.debian.org): Changed the maintainer  to be ftpmaster@ftp-master.debian.org to bring it into line with how  the dak tools close bugs.

20 years agolower timeout for security/non-us to 10s.
Ryan Murray [Tue, 3 Feb 2004 03:11:33 +0000 (03:11 +0000)]
lower timeout for security/non-us to 10s.

20 years ago* katie.conf (Alicia): Added an Alicia section with email address * templates...
Daniel Silverstone [Mon, 2 Feb 2004 23:50:18 +0000 (23:50 +0000)]
* katie.conf (Alicia): Added an Alicia section with email address        * templates/alicia.bug-close: Added        * docs/alicia.1.sgml: Added the docs for the -d/--done argument        * alicia (main): Added a -d/--done argument

20 years agoChange __BITCH_MESSAGE__ to __PROD_MESSAGE__ (reminded by Kamion)
Daniel Silverstone [Mon, 2 Feb 2004 17:44:52 +0000 (17:44 +0000)]
Change __BITCH_MESSAGE__ to __PROD_MESSAGE__ (reminded by Kamion)

20 years agoauric->buildd
Ryan Murray [Sat, 31 Jan 2004 20:50:34 +0000 (20:50 +0000)]
auric->buildd

20 years ago* lisa (prod_maintainer): Added function to prod the maintainer without accepting...
Daniel Silverstone [Thu, 29 Jan 2004 23:18:47 +0000 (23:18 +0000)]
* lisa (prod_maintainer): Added function to prod the maintainer without   accepting or rejecting the package * templates/lisa.prod: Added this template for the prodding mail * .cvsignore: Added neve-files which turns up in new installations

20 years ago* alicia (usage): Fixed usage message to offer section and priority as sepera...
Daniel Silverstone [Thu, 29 Jan 2004 10:40:18 +0000 (10:40 +0000)]
* alicia (usage): Fixed usage message to offer section and priority         as seperately optional arguments.       * alicia (main): Added a % (arg) interpolation needed when only         one of section or priority is provided and it cannot be found.

20 years ago* alicia: Added * docs/alicia.1.sgml: Added * docs/Makefile: Added alicia to the...
Daniel Silverstone [Thu, 29 Jan 2004 01:00:08 +0000 (01:00 +0000)]
* alicia: Added * docs/alicia.1.sgml: Added * docs/Makefile: Added alicia to the list of manpages to build * docs/README.names: Noted what alicia does * docs/README.first: Noted where alicia is useful

20 years agoabort curl if rate falls below 5bytes/sec
Ryan Murray [Tue, 27 Jan 2004 07:17:26 +0000 (07:17 +0000)]
abort curl if rate falls below 5bytes/sec

20 years agosync with auric; stats generation and race condition work arounds
Ryan Murray [Tue, 27 Jan 2004 06:53:26 +0000 (06:53 +0000)]
sync with auric; stats generation and race condition work arounds

20 years agoMoron. Test your changes.
James Troup [Wed, 21 Jan 2004 03:48:58 +0000 (03:48 +0000)]
Moron.  Test your changes.

20 years agosync
James Troup [Wed, 21 Jan 2004 03:23:31 +0000 (03:23 +0000)]
sync

20 years ago2004-01-04 James Troup <james@nocrew.org> * jenna (write_filelists): correct typo...
James Troup [Wed, 21 Jan 2004 03:22:23 +0000 (03:22 +0000)]
2004-01-04  James Troup  <james@nocrew.org> * jenna (write_filelists): correct typo, s/Components/Component/ for Options.2003-11-20  James Troup  <james@nocrew.org> * jenna (main): don't use utils.try_with_debug(), it produces way too much output.

20 years ago2004-01-21 James Troup <james@nocrew.org> * utils.py (parse_changes): don't process...
James Troup [Wed, 21 Jan 2004 03:20:52 +0000 (03:20 +0000)]
2004-01-21  James Troup  <james@nocrew.org> * utils.py (parse_changes): don't process data not inside the signed data.  Thanks to Andrew Suffield <asuffield@debian.org> for pointing this out. * test/005/test.py (main): new test to test for above.

20 years ago2004-01-21 James Troup <james@nocrew.org> * madison (main): add -b/--binary-type...
James Troup [Wed, 21 Jan 2004 03:20:13 +0000 (03:20 +0000)]
2004-01-21  James Troup  <james@nocrew.org> * madison (main): add -b/--binary-type. (usage): likewise.

20 years ago2004-01-21 James Troup <james@nocrew.org> * denise (main): generate debian-installe...
James Troup [Wed, 21 Jan 2004 03:19:52 +0000 (03:19 +0000)]
2004-01-21  James Troup  <james@nocrew.org> * denise (main): generate debian-installer overrides for testing too. * apt.conf: add support for debian-installer in testing. * katie.conf (Suite::Testing::UdebComponents): set to main. * katie.conf (Dinstall::SigningKeyIds): 2004 key. * katie.conf-non-US (Dinstall::SigningKeyIds): likewise. * katie.conf-security (Dinstall::SigningKeyIds): likewise.

20 years agoupdate katie.conf-{security,non-US} for new signing keymove apt-ftparchive run from...
Ryan Murray [Mon, 5 Jan 2004 02:16:07 +0000 (02:16 +0000)]
update katie.conf-{security,non-US} for new signing keymove apt-ftparchive run from cron.buildd to cron.unchecked, to minimize somerace conditions.

20 years agodon't error out on missing packages, just whine.
James Troup [Thu, 20 Nov 2003 02:37:37 +0000 (02:37 +0000)]
don't error out on missing packages, just whine.

20 years agoupdate for 3.0r2 and document halle.
James Troup [Thu, 20 Nov 2003 02:37:34 +0000 (02:37 +0000)]
update for 3.0r2 and document halle.

20 years agosync
James Troup [Thu, 20 Nov 2003 02:37:31 +0000 (02:37 +0000)]
sync

20 years agoHack to work around partial replacement of a .changes by a different source package.
James Troup [Thu, 20 Nov 2003 02:37:25 +0000 (02:37 +0000)]
Hack to work around partial replacement of a .changes by a different source package.

20 years agoUpdate for 3.0r2.
James Troup [Thu, 20 Nov 2003 02:37:22 +0000 (02:37 +0000)]
Update for 3.0r2.

20 years agoDon't limit contents generation for stable.
James Troup [Thu, 20 Nov 2003 02:37:18 +0000 (02:37 +0000)]
Don't limit contents generation for stable.

20 years agoinstallation-reports to debian-boot
James Troup [Mon, 17 Nov 2003 18:15:15 +0000 (18:15 +0000)]
installation-reports to debian-boot

20 years agoUse len() to calculate the number of lines, not max() and only do it once.
James Troup [Mon, 17 Nov 2003 17:59:29 +0000 (17:59 +0000)]
Use len() to calculate the number of lines, not max() and only do it once.

20 years agohandle orig.tar.gz already in the archive in NEW.
James Troup [Mon, 17 Nov 2003 17:59:26 +0000 (17:59 +0000)]
handle orig.tar.gz already in the archive in NEW.

20 years agoadd SrcOverride for d-i
Ryan Murray [Fri, 14 Nov 2003 06:58:59 +0000 (06:58 +0000)]
add SrcOverride for d-i

20 years agoStrip PGP sig from .changes and .dsc as requested by Kinnison.
James Troup [Mon, 10 Nov 2003 23:01:17 +0000 (23:01 +0000)]
Strip PGP sig from .changes and .dsc as requested by Kinnison.

20 years agoupdate cron.buildd to use a filelist exported from the db rather than adirectory...
Ryan Murray [Mon, 10 Nov 2003 06:08:24 +0000 (06:08 +0000)]
update cron.buildd to use a filelist exported from the db rather than adirectory scan.  update apt.conf.buildd to match.

20 years agosync
James Troup [Fri, 7 Nov 2003 01:48:58 +0000 (01:48 +0000)]
sync

20 years agosort override disparities
James Troup [Fri, 7 Nov 2003 01:48:42 +0000 (01:48 +0000)]
sort override disparities

20 years agoSet dsc_component to the component of the .dsc. Import errno
James Troup [Fri, 7 Nov 2003 01:48:38 +0000 (01:48 +0000)]
Set dsc_component to the component of the .dsc.  Import errno

20 years agoFix race condition with lisa and jennifer running while cron.buildd is.
Ryan Murray [Tue, 4 Nov 2003 08:00:28 +0000 (08:00 +0000)]
Fix race condition with lisa and jennifer running while cron.buildd is.

20 years agoFix crash on .changes without Source: fields.
James Troup [Wed, 29 Oct 2003 16:57:44 +0000 (16:57 +0000)]
Fix crash on .changes without Source: fields.

20 years agoChange security to team@.
James Troup [Mon, 20 Oct 2003 16:08:24 +0000 (16:08 +0000)]
Change security to team@.

20 years agoUse .starts/endswith.
James Troup [Fri, 17 Oct 2003 11:20:47 +0000 (11:20 +0000)]
Use .starts/endswith.

20 years agoSanitize reject messages, clean up check_dsc to be less indented.
James Troup [Tue, 14 Oct 2003 21:52:59 +0000 (21:52 +0000)]
Sanitize reject messages, clean up check_dsc to be  less indented.

20 years agosync
James Troup [Tue, 14 Oct 2003 21:52:55 +0000 (21:52 +0000)]
sync

20 years agoAdd validate-builddeps check
James Troup [Tue, 14 Oct 2003 21:52:49 +0000 (21:52 +0000)]
Add validate-builddeps check

20 years agoSanitize variable names in reject().
James Troup [Tue, 14 Oct 2003 21:52:46 +0000 (21:52 +0000)]
Sanitize variable names in reject().

20 years agoEnsure the .changes file has a non-empty Files field.
James Troup [Tue, 14 Oct 2003 19:24:13 +0000 (19:24 +0000)]
Ensure the .changes file has a non-empty Files field.

20 years agoValidate build-depends with apt.
James Troup [Tue, 14 Oct 2003 19:16:16 +0000 (19:16 +0000)]
Validate build-depends with apt.

20 years agoReject source only uploads.
James Troup [Mon, 13 Oct 2003 00:39:20 +0000 (00:39 +0000)]
Reject source only uploads.

20 years ago.udeb NBS support for rene
James Troup [Fri, 3 Oct 2003 16:39:20 +0000 (16:39 +0000)]
.udeb NBS support for rene

20 years agoRemove old-proposed-updates.
James Troup [Mon, 29 Sep 2003 21:05:22 +0000 (21:05 +0000)]
Remove old-proposed-updates.

20 years agonew check files-not-symlinks.
James Troup [Wed, 24 Sep 2003 00:13:46 +0000 (00:13 +0000)]
new check files-not-symlinks.

20 years agoutils.move() dies if it can't overwrite. adjust kelly to match.
James Troup [Wed, 24 Sep 2003 00:13:43 +0000 (00:13 +0000)]
utils.move() dies if it can't overwrite.  adjust kelly to match.

20 years agoUpdate signingkeyids and version+description for stable
James Troup [Wed, 24 Sep 2003 00:13:38 +0000 (00:13 +0000)]
Update signingkeyids and version+description for stable

20 years ago* vars: external-overrides variable added* cron.daily: Update testing/unstable Task...
Anthony Towns [Tue, 23 Sep 2003 17:05:12 +0000 (17:05 +0000)]
* vars: external-overrides variable added* cron.daily: Update testing/unstable Task: overrides from joeyhmanaged external source.

20 years agoAlso check build-depends-indep for array lossage (mdz@).
James Troup [Mon, 22 Sep 2003 01:28:08 +0000 (01:28 +0000)]
Also check build-depends-indep for array lossage (mdz@).

20 years agoLog as kelly in kelly. Don't duplicate bug close log msgs in katie.py.
James Troup [Wed, 17 Sep 2003 23:36:17 +0000 (23:36 +0000)]
Log as kelly in kelly.  Don't duplicate bug close log msgs in katie.py.

20 years agoNormalize reject messages and tone down dpkg-sucks ones. Add new check for Build...
James Troup [Tue, 16 Sep 2003 20:41:21 +0000 (20:41 +0000)]
Normalize reject messages and tone down dpkg-sucks ones.  Add new check for Build-Depends: ARRAY breakage.

20 years agoMove clean_symlink here. New function wrap(). Don't bomb out on bogus blank lines...
James Troup [Sun, 7 Sep 2003 13:54:20 +0000 (13:54 +0000)]
Move clean_symlink here.  New function wrap().  Don't bomb out on bogus blank lines when not using dsc_whitespace_rules.  don't bother validating arguments in send_mail.  minor improvements to rejection messages in check_signature().  Other minor changes.

20 years agoUse a local re_isadeb which handles architecture-less .deb filenames. Use EXISTS...
James Troup [Sun, 7 Sep 2003 13:52:50 +0000 (13:52 +0000)]
Use a local re_isadeb which handles architecture-less .deb filenames.  Use EXISTS (SELECT 1.

20 years agouse EXISTS (SELECT 1. when looking for un-suite'd binaries and source exclude stuff...
James Troup [Sun, 7 Sep 2003 13:52:20 +0000 (13:52 +0000)]
use EXISTS (SELECT 1.  when looking for un-suite'd binaries and source exclude stuff with an existent last_used.

20 years agouse EXISTS (SELECT 1. Add new check validate-indices.
James Troup [Sun, 7 Sep 2003 13:52:17 +0000 (13:52 +0000)]
use EXISTS (SELECT 1.  Add new check validate-indices.

20 years agouse EXISTS (SELECT 1
James Troup [Sun, 7 Sep 2003 13:52:13 +0000 (13:52 +0000)]
use EXISTS (SELECT 1

20 years agoclean_symlink moved to utils
James Troup [Sun, 7 Sep 2003 13:52:11 +0000 (13:52 +0000)]
clean_symlink moved to utils

20 years agosync
James Troup [Sun, 7 Sep 2003 13:52:07 +0000 (13:52 +0000)]
sync

20 years agoUpdate for lauren.
James Troup [Sun, 7 Sep 2003 13:50:05 +0000 (13:50 +0000)]
Update for lauren.

20 years agosync
James Troup [Sun, 7 Sep 2003 13:49:49 +0000 (13:49 +0000)]
sync

20 years agoAdd rosamund.
James Troup [Sun, 7 Sep 2003 13:48:51 +0000 (13:48 +0000)]
Add rosamund.

20 years agoRemove oldstable.
James Troup [Sun, 7 Sep 2003 13:48:25 +0000 (13:48 +0000)]
Remove oldstable.

20 years agosync
James Troup [Sun, 7 Sep 2003 13:47:41 +0000 (13:47 +0000)]
sync

20 years ago* katie.py (source_exists): expand the list of distributionsthe source may exist...
Anthony Towns [Mon, 18 Aug 2003 15:04:17 +0000 (15:04 +0000)]
* katie.py (source_exists): expand the list of distributionsthe source may exist in to include any suite that's mapped tothe destination suite (even transitively (a->b->c)). This shouldunbreak binary uploads to *-proposed-updates.

20 years agolisa: (recheck): change changes[] to Katie.pkg.changes[]
Randall Donald [Sat, 9 Aug 2003 09:59:14 +0000 (09:59 +0000)]
lisa: (recheck): change changes[] to Katie.pkg.changes[]

20 years agojennifer.bugs-experimental-fixed: fixed typo
Randall Donald [Sat, 9 Aug 2003 02:57:22 +0000 (02:57 +0000)]
jennifer.bugs-experimental-fixed: fixed typo

20 years agokatie.py: tag bugs as fixed-in-experimental for experimental uploads
Randall Donald [Sat, 9 Aug 2003 02:49:35 +0000 (02:49 +0000)]
katie.py: tag bugs as fixed-in-experimental for experimental uploads

20 years agomelanie doesn't remove udebs with their source...
Ryan Murray [Tue, 5 Aug 2003 17:12:53 +0000 (17:12 +0000)]
melanie doesn't remove udebs with their source...

20 years agotwo bug fixes in source_exists changes
Anthony Towns [Tue, 29 Jul 2003 14:57:03 +0000 (14:57 +0000)]
two bug fixes in source_exists changes

20 years ago* katie.py (source_exists): add an extra parameter to limit thedistribution(s) the...
Anthony Towns [Tue, 29 Jul 2003 14:00:39 +0000 (14:00 +0000)]
* katie.py (source_exists): add an extra parameter to limit thedistribution(s) the source must exist in.* kelly, lisa, jennifer: update to use the new source_exists

20 years agoFix s/years/year/ typo.
James Troup [Tue, 15 Jul 2003 17:29:26 +0000 (17:29 +0000)]
Fix s/years/year/ typo.

20 years agoProtect against 'what orig.tar.gz?' brain damage of katie.check_dsc_against_db()
James Troup [Tue, 15 Jul 2003 17:29:22 +0000 (17:29 +0000)]
Protect against 'what orig.tar.gz?' brain damage of katie.check_dsc_against_db()

20 years agoAdd warning about disingenuous 'what orig.tar.gz?' behaviour of check_dsc_against_db
James Troup [Tue, 15 Jul 2003 17:29:19 +0000 (17:29 +0000)]
Add warning about disingenuous 'what orig.tar.gz?' behaviour of check_dsc_against_db

20 years agosync
James Troup [Tue, 15 Jul 2003 17:29:15 +0000 (17:29 +0000)]
sync

20 years ago* ziyi: quick hack to support a FakeDI line in apt.conf to generatechecksums for...
Anthony Towns [Tue, 15 Jul 2003 09:43:18 +0000 (09:43 +0000)]
* ziyi: quick hack to support a FakeDI line in apt.conf to generatechecksums for debian-installer stuff even when it's just a symlink toanother suite* apt.conf: add the FakeDI line

20 years agoadd comment about Sources* filesfix naming of unstable's q-d output in fgrepdon't...
Ryan Murray [Wed, 11 Jun 2003 19:00:15 +0000 (19:00 +0000)]
add comment about Sources* filesfix naming of unstable's q-d output in fgrepdon't use said fgrep if the needed file doesn't exist

20 years agotesting must be before unstable so packages uploaded after they've entered testingdon...
Ryan Murray [Wed, 11 Jun 2003 18:42:32 +0000 (18:42 +0000)]
testing must be before unstable so packages uploaded after they've entered testingdon't end up building for testing, where it is likely to still fail.

21 years agoImprove 'timestamp check failed' error message.
James Troup [Fri, 2 May 2003 13:54:52 +0000 (13:54 +0000)]
Improve 'timestamp check failed' error message.

21 years agoSay if there's nothing to do.
James Troup [Fri, 2 May 2003 13:54:49 +0000 (13:54 +0000)]
Say if there's nothing to do.

21 years agoDocument -c/--component, add -f/--format=heidi, fix separated typo.
James Troup [Fri, 2 May 2003 13:54:08 +0000 (13:54 +0000)]
Document -c/--component, add -f/--format=heidi, fix separated typo.

21 years agoAdd quote.
James Troup [Fri, 2 May 2003 13:54:05 +0000 (13:54 +0000)]
Add quote.

21 years agosync
James Troup [Fri, 2 May 2003 13:54:02 +0000 (13:54 +0000)]
sync