]> git.decadent.org.uk Git - dak.git/log
dak.git
14 years agofix function prod_maintainer()
Torsten Werner [Sat, 9 Jan 2010 11:22:42 +0000 (12:22 +0100)]
fix function prod_maintainer()

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agowebsite
Joerg Jaspert [Thu, 7 Jan 2010 20:06:38 +0000 (21:06 +0100)]
website

add lintian tags paragraph and a link to it

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'drkranz/master' into merge
Joerg Jaspert [Tue, 5 Jan 2010 21:44:38 +0000 (22:44 +0100)]
Merge remote branch 'drkranz/master' into merge

* drkranz/master:
  process-upload
  process-upload

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoprocess-upload
Luca Falavigna [Tue, 5 Jan 2010 21:42:59 +0000 (21:42 +0000)]
process-upload

Check for Options["No-Action"] too

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agoprocess-upload
Luca Falavigna [Tue, 5 Jan 2010 21:32:46 +0000 (21:32 +0000)]
process-upload

Ensure source package is valid and can be extracted correctly
before trying to launch lintian checks on it

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agoFix indentation
Joerg Jaspert [Sun, 3 Jan 2010 14:39:33 +0000 (15:39 +0100)]
Fix indentation

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agopolicy-queue
Joerg Jaspert [Sun, 3 Jan 2010 14:35:46 +0000 (15:35 +0100)]
policy-queue

also output ACCEPT/REJECT on stdout, making mails to -release a bit
more informative

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agodinstall
Joerg Jaspert [Fri, 1 Jan 2010 16:14:51 +0000 (17:14 +0100)]
dinstall

maintain an archive serial: line in the project trace file

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoNo longer update a tracefile hourly. Instead update our tracefile the second before...
Joerg Jaspert [Fri, 1 Jan 2010 15:51:22 +0000 (16:51 +0100)]
No longer update a tracefile hourly. Instead update our tracefile the second before we create the mirror hardlinks

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agodocstrings
Joerg Jaspert [Fri, 1 Jan 2010 14:30:16 +0000 (15:30 +0100)]
docstrings

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoDescribe what debversion is doing
Joerg Jaspert [Fri, 1 Jan 2010 13:39:39 +0000 (14:39 +0100)]
Describe what debversion is doing

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'drkranz/master' into merge
Joerg Jaspert [Fri, 1 Jan 2010 13:09:05 +0000 (14:09 +0100)]
Merge remote branch 'drkranz/master' into merge

* drkranz/master:
  Adjust filename passed to get_poolfile_like_name

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoAdjust filename passed to get_poolfile_like_name
Luca Falavigna [Fri, 1 Jan 2010 12:49:30 +0000 (12:49 +0000)]
Adjust filename passed to get_poolfile_like_name

get_poolfile_like_name is pickier when parsing file names, so
adhere to the new schema to avoid wrong matches.

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agodrop unused function, fix a docstring
Joerg Jaspert [Fri, 1 Jan 2010 11:47:36 +0000 (12:47 +0100)]
drop unused function, fix a docstring

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agodocstrings
Joerg Jaspert [Fri, 1 Jan 2010 11:43:32 +0000 (12:43 +0100)]
docstrings

fix up a few wrong docstrings

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoAdd a few docstrings. If someone could complete that, it would be great
Joerg Jaspert [Fri, 1 Jan 2010 11:13:35 +0000 (12:13 +0100)]
Add a few docstrings. If someone could complete that, it would be great

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoqueue, check_source
Joerg Jaspert [Fri, 1 Jan 2010 10:38:08 +0000 (11:38 +0100)]
queue, check_source

only bail out if we have a non-source upload.
do not bail out if self.pkg.orig_files is empty.
We either have a bug filling orig_files where we only set this when the files
already have been in the archive, or we intended to use orig_files to show
us files already in the archive. Currently it looks like the latter, and then
it is wrong to check on that in check_source, as that would mean we skip one
check (and also extraction of .debinfo information for the BTS!) for every
upload that comes with totally new files. (Imagine a native package).

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoqueue
Joerg Jaspert [Fri, 1 Jan 2010 10:36:45 +0000 (11:36 +0100)]
queue

partly back out the previous commit,
keep the conditional on source, we only extract the info on source
uploads.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agodaklib/queue
Joerg Jaspert [Thu, 31 Dec 2009 21:07:18 +0000 (22:07 +0100)]
daklib/queue

drop the condition on bts-changelog and source upload.
bts -> old old comment says it should have been done years ago
source -> don says bts has no problem with it getting the files
always.

maybe this "fixes" the bug where we not write .versions for all
uploads, just some. seemingly random.
maybe it just gets is to backtrace lots.
lets see, a surprise for the new year.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'twerner/msfl' into merge
Joerg Jaspert [Thu, 31 Dec 2009 15:20:09 +0000 (16:20 +0100)]
Merge remote branch 'twerner/msfl' into merge

* twerner/msfl:
  generate-filelist: add irc quote
  generate-filelist: improve arch all handling
  generate-filelist: improve formatting of help

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agogenerate-filelist: add irc quote
Torsten Werner [Thu, 31 Dec 2009 15:10:09 +0000 (16:10 +0100)]
generate-filelist: add irc quote

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agogenerate-filelist: improve arch all handling
Torsten Werner [Thu, 31 Dec 2009 15:04:33 +0000 (16:04 +0100)]
generate-filelist: improve arch all handling

include only the 'right' version of arch all packages

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agogenerate-filelist: improve formatting of help
Torsten Werner [Thu, 31 Dec 2009 14:24:51 +0000 (15:24 +0100)]
generate-filelist: improve formatting of help

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agowhy, oh why, doesnt this fix itself when its wrong?
Joerg Jaspert [Thu, 31 Dec 2009 11:59:22 +0000 (12:59 +0100)]
why, oh why, doesnt this fix itself when its wrong?

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agomeh
Joerg Jaspert [Thu, 31 Dec 2009 09:32:47 +0000 (10:32 +0100)]
meh

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agocommon
Joerg Jaspert [Wed, 30 Dec 2009 22:51:49 +0000 (23:51 +0100)]
common

archive the .versions files.
either we or don are losing some of them.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agomultiple
Joerg Jaspert [Wed, 30 Dec 2009 22:51:25 +0000 (23:51 +0100)]
multiple

add a mode:sh line

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoUmm, tee >> report? wth, good morning, do it right
Joerg Jaspert [Tue, 29 Dec 2009 22:36:54 +0000 (23:36 +0100)]
Umm, tee >> report? wth, good morning, do it right

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge branch 'merge'
Joerg Jaspert [Sun, 27 Dec 2009 12:08:28 +0000 (13:08 +0100)]
Merge branch 'merge'

* merge:
  add_dsc_to_db: fix typo u <-> up

14 years agoMerge remote branch 'twerner/process-upload' into merge
Joerg Jaspert [Sun, 27 Dec 2009 12:08:12 +0000 (13:08 +0100)]
Merge remote branch 'twerner/process-upload' into merge

* twerner/process-upload:
  add_dsc_to_db: fix typo u <-> up

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoadd_dsc_to_db: fix typo u <-> up
Torsten Werner [Sun, 27 Dec 2009 12:03:49 +0000 (13:03 +0100)]
add_dsc_to_db: fix typo u <-> up

* rename up to up_id to make it easier to distinguish

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agoUps, add an id=, thanks to Adam D. Barratt
Joerg Jaspert [Sat, 26 Dec 2009 21:08:30 +0000 (22:08 +0100)]
Ups, add an id=, thanks to Adam D. Barratt

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMention deferred queue
Joerg Jaspert [Thu, 24 Dec 2009 18:23:55 +0000 (19:23 +0100)]
Mention deferred queue

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoName it newstage
Joerg Jaspert [Wed, 23 Dec 2009 08:08:24 +0000 (09:08 +0100)]
Name it newstage

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agodinstall
Joerg Jaspert [Tue, 22 Dec 2009 22:43:12 +0000 (23:43 +0100)]
dinstall

move the i18n foo up before locks
lock before we do the (o-)p-u-new stuff
do a newstage run, so the running dinstall actually includes the just
accepted (o-)p-u-new files, not leaving them for one later.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoprocess-policy
Joerg Jaspert [Tue, 22 Dec 2009 22:32:32 +0000 (23:32 +0100)]
process-policy

reenable automated processing of (o-)p-u-new.
mail possible output to the release team.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoIts dest_file and Dir. damnit
Joerg Jaspert [Mon, 21 Dec 2009 21:54:23 +0000 (22:54 +0100)]
Its dest_file and Dir. damnit

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoforce_reject fixup
Joerg Jaspert [Mon, 21 Dec 2009 21:48:35 +0000 (22:48 +0100)]
force_reject fixup

no longer try to rampage through a morgue/ directory, it has no
business there. Instead just claim the next name in the reject/ subdir
of queue/

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agorejection mail, closes: #543960
Joerg Jaspert [Sun, 20 Dec 2009 23:41:54 +0000 (00:41 +0100)]
rejection mail, closes: #543960

we now also send a mail to the maintainer when we had trouble
verifying the signature due to key expire. closes: #543960
That is, provided we can still parse the changes file.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoremove wb
Joerg Jaspert [Sun, 20 Dec 2009 20:30:40 +0000 (21:30 +0100)]
remove wb

remove the wb daily push stuff.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoNo longer trigger the wb daily run, this is now a normal mirror push
Joerg Jaspert [Sun, 20 Dec 2009 14:46:58 +0000 (15:46 +0100)]
No longer trigger the wb daily run, this is now a normal mirror push

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoadd a statefile. this closes #560277
Joerg Jaspert [Sat, 19 Dec 2009 21:06:09 +0000 (22:06 +0100)]
add a statefile. this closes #560277

add a statefile to dinstall, roughly telling where we are.
sets a start timestamp and one of the time the statefile is updated.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'twerner/cruft' into merge
Joerg Jaspert [Sat, 19 Dec 2009 10:15:07 +0000 (11:15 +0100)]
Merge remote branch 'twerner/cruft' into merge

* twerner/cruft:
  new NBS detection for cruft-report

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'drkranz/master' into merge
Joerg Jaspert [Sat, 19 Dec 2009 09:46:24 +0000 (10:46 +0100)]
Merge remote branch 'drkranz/master' into merge

* drkranz/master:
  Adjust slicing of direction list

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoAdjust slicing of direction list
Luca Falavigna [Sat, 19 Dec 2009 00:32:30 +0000 (00:32 +0000)]
Adjust slicing of direction list

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agoMerge remote branch 'bdefreese/barry_fix_new' into merge
Joerg Jaspert [Thu, 17 Dec 2009 18:26:16 +0000 (19:26 +0100)]
Merge remote branch 'bdefreese/barry_fix_new' into merge

* bdefreese/barry_fix_new:
  Fix barry breaking new.html

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoFix barry breaking new.html
Barry deFreese [Thu, 17 Dec 2009 15:49:24 +0000 (15:49 +0000)]
Fix barry breaking new.html

14 years agoMerge remote branch 'bdefreese/barry_new_binary' into merge
Joerg Jaspert [Wed, 16 Dec 2009 23:06:15 +0000 (00:06 +0100)]
Merge remote branch 'bdefreese/barry_new_binary' into merge

* bdefreese/barry_new_binary:
  Fix indentation screwup
  Add Binary packages to new.822

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoFix indentation screwup
Barry deFreese [Wed, 16 Dec 2009 22:50:14 +0000 (22:50 +0000)]
Fix indentation screwup

14 years agoqueue_install
Joerg Jaspert [Wed, 16 Dec 2009 22:41:43 +0000 (23:41 +0100)]
queue_install

make autobyhand work again

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoAdd Binary packages to new.822
Barry deFreese [Wed, 16 Dec 2009 16:32:00 +0000 (16:32 +0000)]
Add Binary packages to new.822

14 years agonew NBS detection for cruft-report
Torsten Werner [Tue, 15 Dec 2009 21:31:14 +0000 (22:31 +0100)]
new NBS detection for cruft-report

it support the new arch all handlung now

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agoMerge remote branch 'drkranz/new' into merge
Joerg Jaspert [Mon, 14 Dec 2009 22:57:33 +0000 (23:57 +0100)]
Merge remote branch 'drkranz/new' into merge

* drkranz/new:
  Reintroduce "Sponsor" in HTML queue view

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoReintroduce "Sponsor" in HTML queue view
Luca Falavigna [Mon, 30 Nov 2009 19:19:50 +0000 (19:19 +0000)]
Reintroduce "Sponsor" in HTML queue view

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agoMerge remote branch 'drkranz/master' into merge
Joerg Jaspert [Mon, 14 Dec 2009 22:06:42 +0000 (23:06 +0100)]
Merge remote branch 'drkranz/master' into merge

* drkranz/master:
  Correctly handle lists for SQL queries in get_binary_from_name_suite()

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoCorrectly handle lists for SQL queries in get_binary_from_name_suite()
Luca Falavigna [Thu, 10 Dec 2009 23:35:33 +0000 (23:35 +0000)]
Correctly handle lists for SQL queries in get_binary_from_name_suite()

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agoEnable show-new again
Joerg Jaspert [Wed, 9 Dec 2009 22:28:33 +0000 (23:28 +0100)]
Enable show-new again

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoshow-new
Joerg Jaspert [Wed, 9 Dec 2009 21:49:51 +0000 (22:49 +0100)]
show-new

lots of more changes needed.
Now it at least outputs a bit of html, but i dont think its completly
done yet.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'juliank/master' into merge
Joerg Jaspert [Wed, 9 Dec 2009 21:49:33 +0000 (22:49 +0100)]
Merge remote branch 'juliank/master' into merge

* juliank/master:
  dak/show_new.py: Replace Changes() object use with an Upload() object.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'drkranz/p-n' into merge
Joerg Jaspert [Wed, 9 Dec 2009 21:19:30 +0000 (22:19 +0100)]
Merge remote branch 'drkranz/p-n' into merge

* drkranz/p-n:
  Restore display of package colours

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoRestore display of package colours
Luca Falavigna [Tue, 8 Dec 2009 00:54:58 +0000 (00:54 +0000)]
Restore display of package colours

Adjust SQL and parameters strings to correctly execute SQL query
and thus restoring display of package colours in examine-package.

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agodak/show_new.py: Replace Changes() object use with an Upload() object.
Julian Andres Klode [Mon, 7 Dec 2009 14:38:56 +0000 (15:38 +0100)]
dak/show_new.py: Replace Changes() object use with an Upload() object.

This change should make it possible to run show-new again, although
I have not tested it.

Signed-off-by: Julian Andres Klode <jak@debian.org>
14 years agofix message sending
Mark Hymers [Sun, 6 Dec 2009 01:06:16 +0000 (01:06 +0000)]
fix message sending

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agobuild experimental directory tree
Mark Hymers [Sat, 5 Dec 2009 22:52:32 +0000 (22:52 +0000)]
build experimental directory tree

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agofill in headers at reject time
Mark Hymers [Sat, 5 Dec 2009 20:36:42 +0000 (20:36 +0000)]
fill in headers at reject time

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agotidy up output slightly
Mark Hymers [Sat, 5 Dec 2009 20:36:18 +0000 (20:36 +0000)]
tidy up output slightly

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agodeal with orig's we have in the DB which are references in the changes file but not...
Mark Hymers [Sat, 5 Dec 2009 20:09:01 +0000 (20:09 +0000)]
deal with orig's we have in the DB which are references in the changes file but not there (e.g. security uploads)

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agocentralise No-Mail handling
Mark Hymers [Sat, 5 Dec 2009 14:22:08 +0000 (14:22 +0000)]
centralise No-Mail handling

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agoMake policy queues work and remove print debugging
Mark Hymers [Sat, 5 Dec 2009 13:56:41 +0000 (13:56 +0000)]
Make policy queues work and remove print debugging

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agovariable name fixes
Mark Hymers [Sat, 5 Dec 2009 10:03:34 +0000 (10:03 +0000)]
variable name fixes

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agoadd process-policy
Mark Hymers [Sat, 5 Dec 2009 10:02:07 +0000 (10:02 +0000)]
add process-policy

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agofix GPG reject lines
Mark Hymers [Sun, 29 Nov 2009 20:26:20 +0000 (20:26 +0000)]
fix GPG reject lines

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agocouple of c+p bugs
Mark Hymers [Sun, 29 Nov 2009 20:26:03 +0000 (20:26 +0000)]
couple of c+p bugs

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agoadd initial version of process-policy
Mark Hymers [Sun, 29 Nov 2009 18:30:34 +0000 (18:30 +0000)]
add initial version of process-policy

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agomove some logic to daklib
Mark Hymers [Sun, 29 Nov 2009 18:23:15 +0000 (18:23 +0000)]
move some logic to daklib

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agofix up cross-component logic
Mark Hymers [Sat, 28 Nov 2009 23:57:23 +0000 (23:57 +0000)]
fix up cross-component logic

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agofix variable references
Mark Hymers [Sat, 28 Nov 2009 23:22:01 +0000 (23:22 +0000)]
fix variable references

Signed-off-by: Mark Hymers <mhy@debian.org>
14 years agoMerge commit 'twerner/cruft' into merge
Joerg Jaspert [Sat, 28 Nov 2009 21:16:19 +0000 (22:16 +0100)]
Merge commit 'twerner/cruft' into merge

* commit 'twerner/cruft':
  do not create new db views just improve older ones
  cruft-report: reimplement 'obsolete source'

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge commit 'twerner/process-new' into merge
Joerg Jaspert [Sat, 28 Nov 2009 18:34:15 +0000 (19:34 +0100)]
Merge commit 'twerner/process-new' into merge

* commit 'twerner/process-new':
  fix OverrideSuite handling

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agofix OverrideSuite handling
Torsten Werner [Sat, 28 Nov 2009 18:20:26 +0000 (19:20 +0100)]
fix OverrideSuite handling

do it in determine_new() (queue.py) instead of do_new() (process_new.py)

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agodo not create new db views just improve older ones
Torsten Werner [Sat, 28 Nov 2009 11:44:23 +0000 (12:44 +0100)]
do not create new db views just improve older ones

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agocruft-report: reimplement 'obsolete source'
Torsten Werner [Fri, 27 Nov 2009 22:55:04 +0000 (23:55 +0100)]
cruft-report: reimplement 'obsolete source'

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agoMerge remote branch 'drkranz/master' into merge
Joerg Jaspert [Wed, 25 Nov 2009 23:17:42 +0000 (00:17 +0100)]
Merge remote branch 'drkranz/master' into merge

* drkranz/master:
  Adjust regex

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoAdjust regex
Luca Falavigna [Wed, 25 Nov 2009 23:14:15 +0000 (23:14 +0000)]
Adjust regex

Match "Archive maintenance timestamp" only if present at the
beginning of the row, thus ignoring bogus messages eventually registered
in the logs.

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agodifferent tags
Joerg Jaspert [Wed, 25 Nov 2009 23:12:27 +0000 (00:12 +0100)]
different tags

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoDo not break manual rejects when a note exists
Joerg Jaspert [Wed, 25 Nov 2009 21:21:29 +0000 (22:21 +0100)]
Do not break manual rejects when a note exists

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agop-n
Joerg Jaspert [Wed, 25 Nov 2009 21:05:26 +0000 (22:05 +0100)]
p-n

make sure to commit after we rejected stuff and changed database.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agop-n
Joerg Jaspert [Wed, 25 Nov 2009 21:04:21 +0000 (22:04 +0100)]
p-n

call upload.remove_known_changes in a few more places.
also give it our session.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoimport-users
Joerg Jaspert [Wed, 25 Nov 2009 20:57:00 +0000 (21:57 +0100)]
import-users

delete no longer existing users instead of just needlessly spamming us
with their names

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'twerner/web2' into merge
Joerg Jaspert [Tue, 24 Nov 2009 23:04:29 +0000 (00:04 +0100)]
Merge remote branch 'twerner/web2' into merge

* twerner/web2:
  web: add link to cruft-report-daily.txt

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoweb: add link to cruft-report-daily.txt
Torsten Werner [Tue, 24 Nov 2009 22:54:33 +0000 (23:54 +0100)]
web: add link to cruft-report-daily.txt

Signed-off-by: Torsten Werner <twerner@debian.org>
14 years agoMerge remote branch 'drkranz/master' into merge
Joerg Jaspert [Tue, 24 Nov 2009 22:57:14 +0000 (23:57 +0100)]
Merge remote branch 'drkranz/master' into merge

* drkranz/master:
  Handle broken pipe while waiting for action

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'bdefreese/barry_update25' into merge
Joerg Jaspert [Tue, 24 Nov 2009 22:17:30 +0000 (23:17 +0100)]
Merge remote branch 'bdefreese/barry_update25' into merge

* bdefreese/barry_update25:
  Update update_db to use schema 26
  Fix indentation on commit to be outside for loop but inside try. Add update to db_revision to set it to 26.
  Add dakdb/update26.py to add created and modified fields on all tables and add a trigger to update the modified field on update

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'bdefreese/override' into merge
Joerg Jaspert [Tue, 24 Nov 2009 08:12:11 +0000 (09:12 +0100)]
Merge remote branch 'bdefreese/override' into merge

* bdefreese/override:
  Cnf[...] changed to cnf[...] in override.py

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoHandle broken pipe while waiting for action
Luca Falavigna [Tue, 24 Nov 2009 07:36:27 +0000 (07:36 +0000)]
Handle broken pipe while waiting for action

our_raw_input waits for action, but an exception is raised if user
does not provide it. Loop until a correct action is taken, this way
dak does not horribly crash each time.

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
14 years agoCnf[...] changed to cnf[...] in override.py
Barry deFreese [Tue, 24 Nov 2009 01:18:23 +0000 (01:18 +0000)]
Cnf[...] changed to cnf[...] in override.py

14 years agoUpdate update_db to use schema 26
Barry deFreese [Mon, 23 Nov 2009 20:37:28 +0000 (20:37 +0000)]
Update update_db to use schema 26

14 years agoFix indentation on commit to be outside for loop but inside try. Add update to db_rev...
Barry deFreese [Mon, 23 Nov 2009 20:25:31 +0000 (20:25 +0000)]
Fix indentation on commit to be outside for loop but inside try. Add update to db_revision to set it to 26.

14 years agoAdd dakdb/update26.py to add created and modified fields on all tables and add a...
Barry deFreese [Mon, 23 Nov 2009 19:15:19 +0000 (19:15 +0000)]
Add dakdb/update26.py to add created and modified fields on all tables and add a trigger to update the modified field on update

14 years agop-n
Joerg Jaspert [Sun, 22 Nov 2009 23:08:32 +0000 (00:08 +0100)]
p-n

only remove known changes if reject isnt aborted

Signed-off-by: Joerg Jaspert <joerg@debian.org>