]>
git.decadent.org.uk Git - dak.git/log
Michael Casadevall [Tue, 30 Dec 2008 14:28:25 +0000 (09:28 -0500)]
Actually use the sleep call ...
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Tue, 30 Dec 2008 12:47:06 +0000 (07:47 -0500)]
Updated update_db.py to use a lockfile properly and to properly wait.
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Tue, 30 Dec 2008 11:30:25 +0000 (06:30 -0500)]
fixed update_db not to have a braindead mistake. Don't write code at 1 in the
morning and then submit it for inclusion ....
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Tue, 30 Dec 2008 05:23:09 +0000 (00:23 -0500)]
Merge commit 'dak-master/master' into dm_upload_allowed
Conflicts:
ChangeLog
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Tue, 30 Dec 2008 02:35:04 +0000 (21:35 -0500)]
Added update system for the database, and the first update script
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Joerg Jaspert [Mon, 29 Dec 2008 22:23:45 +0000 (23:23 +0100)]
Merge commit 'ncomm/master' into merge
* commit 'ncomm/master':
Fixed 822 queue report to actually print out the timestamp sanely
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Mon, 29 Dec 2008 22:22:17 +0000 (17:22 -0500)]
Fixed 822 queue report to actually print out the timestamp sanely
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Joerg Jaspert [Mon, 29 Dec 2008 21:54:41 +0000 (22:54 +0100)]
Merge commit 'ncomm/master' into merge
* commit 'ncomm/master':
Added Last-Modified field for QA team
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Mon, 29 Dec 2008 20:27:20 +0000 (15:27 -0500)]
Changed process_unchecked.py to handle DM's (slightly) more sanely.
Previously, process_unchecked only checked unstable to determine DM upload rights.
This caused issues with experimental since a package could have DM-Allowed-Upload in experimental
but not in stable causing a REJECT.
The applied code change causes dak to find the highest version of a package, and use its uploaders/DM-Allowed-Uploader
flag to determine upload rights to that package. This also resolves a corner case usage where a package only exists
in testing/stable/oldstable, and upload rights to {t-|o-}p-u.
Note: In addition to the previous ALTER TABLE statememnt, the following SQL query is necessary to
finish the schema updates. This does not apply to installations not using DMs.
UPDATE source SET dm_upload_allowed = 't' WHERE id = (SELECT source FROM src_uploaders);
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Mon, 29 Dec 2008 19:23:07 +0000 (14:23 -0500)]
Merge commit 'dak-master/master' into dm_upload_allowed
Conflicts:
ChangeLog
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Mon, 29 Dec 2008 19:20:50 +0000 (14:20 -0500)]
Merge branch 'master' of http://ftp-master.debian.org/git/dak
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Joerg Jaspert [Sun, 28 Dec 2008 19:13:37 +0000 (20:13 +0100)]
Merge commit 'djpig/djpig' into merge
* commit 'djpig/djpig':
override: Handle source-only packages better
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Frank Lichtenheld [Sun, 28 Dec 2008 19:07:22 +0000 (19:07 +0000)]
override: Handle source-only packages better
Michael Casadevall [Sat, 27 Dec 2008 01:50:15 +0000 (20:50 -0500)]
Added Last-Modified field for QA team
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Fri, 26 Dec 2008 23:05:33 +0000 (18:05 -0500)]
Modified dak to use non-braindead DM schema, and use an actual column for
logged DM rights in the archive. Much better :-)
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Fri, 26 Dec 2008 21:29:19 +0000 (16:29 -0500)]
Corrected a bug with the handling of DM-Upload-Allowed and experimental suites of the archive
Closes: #506587 and #502943
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Fri, 26 Dec 2008 12:31:32 +0000 (07:31 -0500)]
Added dm-upload-allowed flag to exist, and added support for all
uploaders to properly appear in src_uploaders table as per Tom's suggestion
SQL database change:
ALTER TABLE source ADD COLUMN dm_upload_allowed BOOLEAN DEFAULT 'no' NOT NULL;
Joerg Jaspert [Wed, 24 Dec 2008 09:41:51 +0000 (10:41 +0100)]
Call it hourly with -8
Fix the unassigned variable
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Wed, 24 Dec 2008 00:48:35 +0000 (01:48 +0100)]
Merge commit 'ncomm/master' into merge
* commit 'ncomm/master':
Added queue to 822 output
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Wed, 24 Dec 2008 00:47:01 +0000 (19:47 -0500)]
Merge branch 'master' of http://ftp-master.debian.org/git/dak
Michael Casadevall [Wed, 24 Dec 2008 00:46:33 +0000 (19:46 -0500)]
Added queue to 822 output
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Joerg Jaspert [Wed, 24 Dec 2008 00:42:20 +0000 (01:42 +0100)]
Merge commit 'ncomm/master' into merge
* commit 'ncomm/master':
Fixed handling of BYHAND packages in queue_report
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Wed, 24 Dec 2008 00:38:38 +0000 (19:38 -0500)]
Fixed handling of BYHAND packages in queue_report
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Joerg Jaspert [Wed, 24 Dec 2008 00:06:42 +0000 (01:06 +0100)]
A space
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Wed, 24 Dec 2008 00:05:01 +0000 (01:05 +0100)]
Sponsor is just a mailaddress
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 23 Dec 2008 23:55:45 +0000 (00:55 +0100)]
Seperate the Queue-Report::Options::822 with 2 : instead of one :
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 23 Dec 2008 23:55:32 +0000 (00:55 +0100)]
Merge commit 'ncomm/master' into merge
* commit 'ncomm/master':
Added changelog and config file settings
Clarified help message
Added 822 reported to queue_report to writing out to a file
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Tue, 23 Dec 2008 23:47:14 +0000 (18:47 -0500)]
Added changelog and config file settings
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Tue, 23 Dec 2008 23:35:03 +0000 (18:35 -0500)]
Clarified help message
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Michael Casadevall [Tue, 23 Dec 2008 23:31:54 +0000 (18:31 -0500)]
Added 822 reported to queue_report to writing out to a file
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Joerg Jaspert [Tue, 23 Dec 2008 19:55:06 +0000 (20:55 +0100)]
Merge commit 'ncomm/master' into merge
* commit 'ncomm/master':
Removed symlink_dist from dak.py (however, make_suite_file_list still depends
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Tue, 23 Dec 2008 19:45:24 +0000 (14:45 -0500)]
Merge commit 'dak-master/master'
Joerg Jaspert [Tue, 23 Dec 2008 19:44:47 +0000 (20:44 +0100)]
Ups, forgot to kick the import
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Tue, 23 Dec 2008 19:42:50 +0000 (14:42 -0500)]
Merge commit 'dak-master/master'
Joerg Jaspert [Tue, 23 Dec 2008 19:36:54 +0000 (20:36 +0100)]
Remove old dislocation support
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Michael Casadevall [Tue, 23 Dec 2008 17:49:48 +0000 (12:49 -0500)]
Removed symlink_dist from dak.py (however, make_suite_file_list still depends
on it; likely a missing commit there)
Changed process_accepted.py to properly handle cross-component moves.
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
Joerg Jaspert [Fri, 19 Dec 2008 22:17:16 +0000 (23:17 +0100)]
Merge commit 'pkern/new-security-trigger' into merge
* commit 'pkern/new-security-trigger':
simplify wanna-build update by calling a trigger script
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Fri, 19 Dec 2008 22:00:45 +0000 (23:00 +0100)]
html fun
* 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
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Thu, 18 Dec 2008 21:29:43 +0000 (22:29 +0100)]
Merge commit 'dato/tomerge' into merge
* commit 'dato/tomerge':
rm.py: make output of `dak rm -R` more terse and somewhat more readable.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Philipp Kern [Thu, 18 Dec 2008 18:58:38 +0000 (18:58 +0000)]
simplify wanna-build update by calling a trigger script
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
Signed-off-by: Philipp Kern <pkern@debian.org>
Adeodato Simó [Thu, 18 Dec 2008 10:57:34 +0000 (11:57 +0100)]
rm.py: make output of `dak rm -R` more terse and somewhat more readable.
Signed-off-by: Adeodato Simó <dato@net.com.org.es>
Joerg Jaspert [Wed, 17 Dec 2008 21:00:38 +0000 (22:00 +0100)]
r6
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 16 Dec 2008 22:17:21 +0000 (23:17 +0100)]
Helps to use the right path
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 16 Dec 2008 21:38:48 +0000 (22:38 +0100)]
dinstall
run the logs.py script
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 16 Dec 2008 21:35:45 +0000 (22:35 +0100)]
logs.py
add my modifications
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 16 Dec 2008 21:33:09 +0000 (22:33 +0100)]
logs.py
Added script from thomas
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 14 Dec 2008 23:14:33 +0000 (00:14 +0100)]
Add removals.pl
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 9 Dec 2008 22:56:53 +0000 (23:56 +0100)]
Missing $
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 9 Dec 2008 22:54:58 +0000 (23:54 +0100)]
Add queue_rss to cron.hourly
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Tue, 9 Dec 2008 22:50:20 +0000 (23:50 +0100)]
Merge commit 'godog/master' into merge
* commit 'godog/master':
drop email.Parser import
move to tools/
use different pubDate if going in or out
use python-debian for .changes parsing
again, trailing whitespaces removed
catch and output file write errors
print help on non-existant dirs
insert new items on top of feeds and purge them from the bottom
add datadir option
trailing whitespaces corrected
first import
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Filippo Giunchedi [Tue, 9 Dec 2008 22:43:19 +0000 (23:43 +0100)]
drop email.Parser import
Filippo Giunchedi [Tue, 9 Dec 2008 22:16:45 +0000 (23:16 +0100)]
move to tools/
Filippo Giunchedi [Tue, 9 Dec 2008 22:16:30 +0000 (23:16 +0100)]
use different pubDate if going in or out
Filippo Giunchedi [Tue, 9 Dec 2008 22:16:03 +0000 (23:16 +0100)]
use python-debian for .changes parsing
Joerg Jaspert [Tue, 9 Dec 2008 22:01:30 +0000 (23:01 +0100)]
Merge commit 'pkern/cross-suite-fix' into merge
* commit 'pkern/cross-suite-fix':
do not reject binary-only uploads that fail the "must be newer than" criterion
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Philipp Kern [Tue, 9 Dec 2008 00:40:21 +0000 (00:40 +0000)]
do not reject binary-only uploads that fail the "must be newer than" criterion
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
Joerg Jaspert [Sun, 7 Dec 2008 15:10:48 +0000 (16:10 +0100)]
Add names to the various timestamps
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Frank Lichtenheld [Thu, 4 Dec 2008 20:45:31 +0000 (21:45 +0100)]
Typo fix
Signed-off-by: Frank Lichtenheld <djpig@debian.org>
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Thu, 4 Dec 2008 20:42:00 +0000 (21:42 +0100)]
Merge commit 'pkern/new-reject-fix' into merge
* commit 'pkern/new-reject-fix':
dak/process_new.py (recheck): call reject with empty prefixes
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Philipp Kern [Thu, 4 Dec 2008 20:33:33 +0000 (20:33 +0000)]
dak/process_new.py (recheck): call reject with empty prefixes
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
Signed-off-by: Philipp Kern <pkern@debian.org>
Joerg Jaspert [Thu, 4 Dec 2008 20:22:12 +0000 (21:22 +0100)]
Merge commit 'pkern/spu-perms-fix' into merge
* commit 'pkern/spu-perms-fix':
make files moved to {o,}p-u-new world-readable
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Philipp Kern [Sun, 30 Nov 2008 07:21:36 +0000 (08:21 +0100)]
make files moved to {o,}p-u-new world-readable
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)
Filippo Giunchedi [Sun, 30 Nov 2008 10:42:14 +0000 (11:42 +0100)]
again, trailing whitespaces removed
Filippo Giunchedi [Sun, 30 Nov 2008 10:39:01 +0000 (11:39 +0100)]
catch and output file write errors
Filippo Giunchedi [Sun, 30 Nov 2008 10:38:44 +0000 (11:38 +0100)]
print help on non-existant dirs
Filippo Giunchedi [Sun, 30 Nov 2008 10:32:19 +0000 (11:32 +0100)]
insert new items on top of feeds and purge them from the bottom
Joerg Jaspert [Sun, 30 Nov 2008 01:31:45 +0000 (02:31 +0100)]
lenny-p-u
byebye symlink_dists.py
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Filippo Giunchedi [Sun, 30 Nov 2008 00:16:46 +0000 (01:16 +0100)]
add datadir option
Filippo Giunchedi [Sun, 30 Nov 2008 00:10:31 +0000 (01:10 +0100)]
trailing whitespaces corrected
Filippo Giunchedi [Sun, 30 Nov 2008 00:01:24 +0000 (01:01 +0100)]
first import
Joerg Jaspert [Sat, 29 Nov 2008 23:57:40 +0000 (00:57 +0100)]
experimental
content files
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sat, 29 Nov 2008 23:54:27 +0000 (00:54 +0100)]
Make cross_suite_version_checks functional.
OLD bug.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sat, 29 Nov 2008 18:10:06 +0000 (19:10 +0100)]
Merge commit 'mhy/securityqueue' into merge
* commit 'mhy/securityqueue':
changelog for .changes change
don't try and delete already moved changes files
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Mark Hymers [Sat, 29 Nov 2008 18:04:55 +0000 (18:04 +0000)]
changelog for .changes change
Signed-off-by: Mark Hymers <mhy@debian.org>
Mark Hymers [Sat, 29 Nov 2008 18:03:18 +0000 (18:03 +0000)]
don't try and delete already moved changes files
Signed-off-by: Mark Hymers <mhy@debian.org>
Joerg Jaspert [Sat, 29 Nov 2008 17:40:44 +0000 (18:40 +0100)]
Generate a d-i info file
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Thu, 27 Nov 2008 15:47:31 +0000 (16:47 +0100)]
Merge commit 'mhy/securityqueue' into merge
* commit 'mhy/securityqueue':
dak/new_security_install.py: Attempt to tidy up the buildd queue.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Mark Hymers [Thu, 27 Nov 2008 14:51:32 +0000 (14:51 +0000)]
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.
Signed-off-by: Mark Hymers <mhy@debian.org>
Joerg Jaspert [Tue, 25 Nov 2008 21:40:52 +0000 (22:40 +0100)]
security
hopefully enable useful mails again
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Mon, 24 Nov 2008 19:45:42 +0000 (20:45 +0100)]
binary-upload-restrictions removed
unused code. thanks to gr...
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Mon, 24 Nov 2008 13:08:24 +0000 (14:08 +0100)]
Unzip the files, but keep the originals for rsync to not needlessly retransfer unchanged ones
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Mon, 24 Nov 2008 12:35:04 +0000 (13:35 +0100)]
byebye old sarge and also m68k
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Mon, 24 Nov 2008 09:59:26 +0000 (10:59 +0100)]
byebye m68k
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 23:04:21 +0000 (00:04 +0100)]
Use zcat and only uncompress the files we need. also makes it better for rsync, as we dont remove all the input for it every time we just transferred it all again...
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 22:54:09 +0000 (23:54 +0100)]
use the right rsync options to clean up and stuff.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 22:46:27 +0000 (23:46 +0100)]
suite overrides
remove the case - we already checked if we know the suite we work on.
We also have the exact same command for all 3 suites, so why case anyway?
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 22:43:36 +0000 (23:43 +0100)]
And another sarge gone
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 22:41:12 +0000 (23:41 +0100)]
Remove dead and useless code, that had NEVER been reachable
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 22:40:06 +0000 (23:40 +0100)]
Fixup the indentation tab mess
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 22:09:02 +0000 (23:09 +0100)]
mkfilesindices
put the arch all debs into every architecture indice, not in the source indices...
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 21:12:25 +0000 (22:12 +0100)]
Really fix the armel reject mess. I hope. Well. I pray. Maybe it works. Could be possible. Hope
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 23 Nov 2008 20:25:51 +0000 (21:25 +0100)]
Add valid-until fields on security
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sat, 22 Nov 2008 16:41:35 +0000 (17:41 +0100)]
change buildd user to wbadm
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Mon, 17 Nov 2008 18:49:16 +0000 (19:49 +0100)]
security
remove security-install
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 16 Nov 2008 22:47:00 +0000 (23:47 +0100)]
security
change it to use a local queued for uploads to ftpmaster.
long term wish from security team to get rid of the old and unreliable
direct ftp.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 16 Nov 2008 18:57:00 +0000 (19:57 +0100)]
mkfilesindices
and it appears this braindead implementation prefers having codenames
instead of testing/unstable. how "future-proof".
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 16 Nov 2008 18:46:08 +0000 (19:46 +0100)]
fix
ha, main/i18n/ should be there, that helps
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 16 Nov 2008 18:41:26 +0000 (19:41 +0100)]
typical
the useless typical doesnt know about i18n...
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sat, 15 Nov 2008 15:26:43 +0000 (16:26 +0100)]
Merge commit 'tomv_w/master' into merge
* commit 'tomv_w/master':
show-deferred: handle uploads that do not close bugs
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Thomas Viehmann [Sat, 15 Nov 2008 09:04:19 +0000 (09:04 +0000)]
show-deferred: handle uploads that do not close bugs
Signed-off-by: Thomas Viehmann <tv@beamnet.de>