]> git.decadent.org.uk Git - dak.git/log
dak.git
14 years agopoint release notes
Joerg Jaspert [Sat, 30 Jan 2010 13:46:28 +0000 (14:46 +0100)]
point release notes

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoutils, parse_changes
Joerg Jaspert [Sat, 30 Jan 2010 13:44:51 +0000 (14:44 +0100)]
utils, parse_changes

reject in case we are missing mandantory fields in .changes file

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agocontrol_suite sql fixup
Joerg Jaspert [Fri, 29 Jan 2010 19:29:30 +0000 (20:29 +0100)]
control_suite sql fixup

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agocreate an Uploaders index. closes: #478402
Joerg Jaspert [Sat, 23 Jan 2010 10:55:19 +0000 (11:55 +0100)]
create an Uploaders index. closes: #478402

create the uploaders index in dinstall.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agomake-maintainers
Joerg Jaspert [Sat, 23 Jan 2010 09:27:15 +0000 (10:27 +0100)]
make-maintainers

one more irritating way made a little more clear.
fixed the output so it actually works for -u

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agomake-maintainers
Joerg Jaspert [Fri, 22 Jan 2010 21:23:18 +0000 (22:23 +0100)]
make-maintainers

reverse the irritating order

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agolink to 2009, not 2008
Joerg Jaspert [Fri, 22 Jan 2010 21:03:56 +0000 (22:03 +0100)]
link to 2009, not 2008

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoadd removals-2009.txt
Joerg Jaspert [Fri, 22 Jan 2010 21:03:39 +0000 (22:03 +0100)]
add removals-2009.txt

this whole web/ should be outside dak.git, but not today

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agocrontab adjusted to reality
Joerg Jaspert [Fri, 22 Jan 2010 21:02:54 +0000 (22:02 +0100)]
crontab adjusted to reality

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'tolimar/uploaders' into uploaders
Joerg Jaspert [Fri, 22 Jan 2010 20:36:33 +0000 (21:36 +0100)]
Merge remote branch 'tolimar/uploaders' into uploaders

* tolimar/uploaders:
  Fix my very own shiny bug
  Fix problem with uploaders containing a "," sign in their name

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoFix my very own shiny bug
Alexander Reichle-Schmehl [Fri, 22 Jan 2010 20:35:03 +0000 (21:35 +0100)]
Fix my very own shiny bug

14 years agoFix problem with uploaders containing a "," sign in their name
Alexander Reichle-Schmehl [Fri, 22 Jan 2010 20:11:13 +0000 (21:11 +0100)]
Fix problem with uploaders containing a "," sign in their name

14 years agoMerge branch 'master' into uploaders
Joerg Jaspert [Fri, 22 Jan 2010 18:46:37 +0000 (19:46 +0100)]
Merge branch 'master' into uploaders

* master:
  notautomatic
  add a "notautomatic" flag to the build queues
  removals, crontab
  Tell queue_rss where it can find out log
  tools/queue_rss.py: parse process-new reasons (Closes: #517950)
  tools/queue_rss.py: bump version and wrap to 79 columns

14 years agonotautomatic
Joerg Jaspert [Thu, 21 Jan 2010 20:49:47 +0000 (21:49 +0100)]
notautomatic

build queues can now be notautomatic.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoadd a "notautomatic" flag to the build queues
Joerg Jaspert [Thu, 21 Jan 2010 20:48:54 +0000 (21:48 +0100)]
add a "notautomatic" flag to the build queues

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoremovals, crontab
Joerg Jaspert [Wed, 20 Jan 2010 22:19:30 +0000 (23:19 +0100)]
removals, crontab

add generation of removals-full.txt, doesnt need to be in my own
crontab.
also add the crontab into VCS, even though crontab is not yet
automagically updated from VCS.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoTell queue_rss where it can find out log
Joerg Jaspert [Tue, 19 Jan 2010 20:57:59 +0000 (21:57 +0100)]
Tell queue_rss where it can find out log

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'godog/master' into merge
Joerg Jaspert [Tue, 19 Jan 2010 20:57:28 +0000 (21:57 +0100)]
Merge remote branch 'godog/master' into merge

* godog/master:
  tools/queue_rss.py: parse process-new reasons (Closes: #517950)
  tools/queue_rss.py: bump version and wrap to 79 columns

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agotools/queue_rss.py: parse process-new reasons (Closes: #517950)
Filippo Giunchedi [Tue, 19 Jan 2010 01:37:09 +0000 (02:37 +0100)]
tools/queue_rss.py: parse process-new reasons (Closes: #517950)

This commit adds a new command line option -l to point queue_rss.py where
process-new logs are.
While processing outgoing packages parse also logdir/%Y-%m to search for a
reason (ACCEPT/REJECT) and include it in the RSS entry, if any.

Signed-off-by: Filippo Giunchedi <filippo@debian.org>
14 years agotools/queue_rss.py: bump version and wrap to 79 columns
Filippo Giunchedi [Tue, 19 Jan 2010 01:36:05 +0000 (02:36 +0100)]
tools/queue_rss.py: bump version and wrap to 79 columns

Signed-off-by: Filippo Giunchedi <filippo@debian.org>
14 years agomake_maintainers.py: Support creating an uploaders index, closes: #120262
Emilio Pozuelo Monfort [Sun, 15 Nov 2009 16:13:13 +0000 (17:13 +0100)]
make_maintainers.py: Support creating an uploaders index, closes: #120262

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agounify buildd queues, no matter which suite
Joerg Jaspert [Mon, 11 Jan 2010 23:11:29 +0000 (00:11 +0100)]
unify buildd queues, no matter which suite

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agosome docstrings
Joerg Jaspert [Mon, 11 Jan 2010 23:11:00 +0000 (00:11 +0100)]
some docstrings

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoAnd its now 31
Joerg Jaspert [Sun, 10 Jan 2010 18:17:05 +0000 (19:17 +0100)]
And its now 31

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sun, 10 Jan 2010 18:15:30 +0000 (19:15 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  fixing triggers
  call generate instead of deb_generate so that udeb contents are generated

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agofixing triggers
Mike O'Connor [Sun, 10 Jan 2010 17:10:06 +0000 (12:10 -0500)]
fixing triggers

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agocall generate instead of deb_generate so that udeb contents are generated
Mike O'Connor [Sun, 10 Jan 2010 00:07:46 +0000 (19:07 -0500)]
call generate instead of deb_generate so that udeb contents are generated

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sun, 10 Jan 2010 00:01:27 +0000 (01:01 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  o.type -> ot.type

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoo.type -> ot.type
Mike O'Connor [Sun, 10 Jan 2010 00:00:57 +0000 (19:00 -0500)]
o.type -> ot.type

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 23:57:05 +0000 (00:57 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  limit the query in 'update-content-for-bin_a' to only look for deb,udeb

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agolimit the query in 'update-content-for-bin_a' to only look for deb,udeb
Mike O'Connor [Sat, 9 Jan 2010 23:55:03 +0000 (18:55 -0500)]
limit the query in 'update-content-for-bin_a' to only look for deb,udeb

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 23:48:16 +0000 (00:48 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  add update30 to fix 'bin_contents' trigger
  dak.py
  dbconn
  Missing ,
  Is schema 30 now

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoadd update30 to fix 'bin_contents' trigger
Mike O'Connor [Sat, 9 Jan 2010 23:46:04 +0000 (18:46 -0500)]
add update30 to fix 'bin_contents' trigger

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agodak.py
Joerg Jaspert [Sat, 9 Jan 2010 23:16:44 +0000 (00:16 +0100)]
dak.py

ignore the crap sqlalchemy warnings

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge branch 'merge'
Joerg Jaspert [Sat, 9 Jan 2010 22:43:38 +0000 (23:43 +0100)]
Merge branch 'merge'

* merge:
  fixes from some previous bad merge

14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 22:43:35 +0000 (23:43 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  fixes from some previous bad merge

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agofixes from some previous bad merge
Mike O'Connor [Sat, 9 Jan 2010 22:42:42 +0000 (17:42 -0500)]
fixes from some previous bad merge

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agodbconn
Joerg Jaspert [Sat, 9 Jan 2010 21:03:44 +0000 (22:03 +0100)]
dbconn

i think he meant suite, not component, looking at the table

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMissing ,
Joerg Jaspert [Sat, 9 Jan 2010 20:51:39 +0000 (21:51 +0100)]
Missing ,

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoIs schema 29 now
Joerg Jaspert [Sat, 9 Jan 2010 20:41:57 +0000 (21:41 +0100)]
Is schema 29 now

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 20:33:20 +0000 (21:33 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  bride of bad index name
  return of bad index name
  bad index name
  you can quote me on that
  lalalal
  those are strings not ints
  another wrong way to paramaterize
  wrong way to paramaterize
  really don't use DBConn() in an update
  don't use DBConn() in an update

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agobride of bad index name
Mike O'Connor [Sat, 9 Jan 2010 20:29:55 +0000 (15:29 -0500)]
bride of bad index name

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoreturn of bad index name
Mike O'Connor [Sat, 9 Jan 2010 20:23:16 +0000 (15:23 -0500)]
return of bad index name

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agobad index name
Mike O'Connor [Sat, 9 Jan 2010 20:20:24 +0000 (15:20 -0500)]
bad index name

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoyou can quote me on that
Mike O'Connor [Sat, 9 Jan 2010 20:17:56 +0000 (15:17 -0500)]
you can quote me on that

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agolalalal
Mike O'Connor [Sat, 9 Jan 2010 20:17:15 +0000 (15:17 -0500)]
lalalal

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agothose are strings not ints
Mike O'Connor [Sat, 9 Jan 2010 20:14:52 +0000 (15:14 -0500)]
those are strings not ints

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoanother wrong way to paramaterize
Mike O'Connor [Sat, 9 Jan 2010 20:14:15 +0000 (15:14 -0500)]
another wrong way to paramaterize

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agowrong way to paramaterize
Mike O'Connor [Sat, 9 Jan 2010 20:13:15 +0000 (15:13 -0500)]
wrong way to paramaterize

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoreally don't use DBConn() in an update
Mike O'Connor [Sat, 9 Jan 2010 20:12:16 +0000 (15:12 -0500)]
really don't use DBConn() in an update

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agodon't use DBConn() in an update
Mike O'Connor [Sat, 9 Jan 2010 20:11:31 +0000 (15:11 -0500)]
don't use DBConn() in an update

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 20:07:25 +0000 (21:07 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  index all suites

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoindex all suites
Mike O'Connor [Sat, 9 Jan 2010 20:06:06 +0000 (15:06 -0500)]
index all suites

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 20:03:24 +0000 (21:03 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  add Config() import

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoadd Config() import
Mike O'Connor [Sat, 9 Jan 2010 19:55:08 +0000 (14:55 -0500)]
add Config() import

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 19:51:23 +0000 (20:51 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  suites -> _suites

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agosuites -> _suites
Mike O'Connor [Sat, 9 Jan 2010 19:50:47 +0000 (14:50 -0500)]
suites -> _suites

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 19:48:36 +0000 (20:48 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  self.suites->suites

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoself.suites->suites
Mike O'Connor [Sat, 9 Jan 2010 19:46:31 +0000 (14:46 -0500)]
self.suites->suites

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 19:41:12 +0000 (20:41 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  fix errant middle click
  forgot to save update29
  fix errors found by epydoc
  update29 to get rid of old contents tables

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agofix errant middle click
Mike O'Connor [Sat, 9 Jan 2010 19:37:39 +0000 (14:37 -0500)]
fix errant middle click

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoforgot to save update29
Mike O'Connor [Sat, 9 Jan 2010 19:30:47 +0000 (14:30 -0500)]
forgot to save update29

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agofix errors found by epydoc
Mike O'Connor [Sat, 9 Jan 2010 19:30:34 +0000 (14:30 -0500)]
fix errors found by epydoc

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'origin/master' into contents
Mike O'Connor [Sat, 9 Jan 2010 19:14:39 +0000 (14:14 -0500)]
Merge remote branch 'origin/master' into contents

* origin/master:
  fix function prod_maintainer()
  website
  process-upload
  process-upload

14 years agoupdate29 to get rid of old contents tables
Mike O'Connor [Sat, 9 Jan 2010 19:14:34 +0000 (14:14 -0500)]
update29 to get rid of old contents tables

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'stew/contents' into merge
Joerg Jaspert [Sat, 9 Jan 2010 19:05:52 +0000 (20:05 +0100)]
Merge remote branch 'stew/contents' into merge

* stew/contents:
  get rid of testing code (hardcoded 'unstable','testing', /home/stew paths, etc)
  get rid of some w h           i t spa              c e; and fix the comment in update28
  fix one trigger, add a bin_associations trigger
  add indexes to make override trigger fast
  triggers now work
  wtf was that
  fix section, get rid of unneeded component
  switch execute to executemany for insert_content_paths
  minor fixes
  before I rip out pending_*
  check for a DAK_CONFIG env variable when looking for dak.conf
  adding grants
  do all binaries, not just the first
  undoing changes I shouldn't have made
  undoing some changes I shouldn't have made
  get rid of stew config hacks

Signed-off-by: Joerg Jaspert <joerg@debian.org>
14 years agoMerge remote branch 'twerner/process-new' into merge
Joerg Jaspert [Sat, 9 Jan 2010 14:10:19 +0000 (15:10 +0100)]
Merge remote branch 'twerner/process-new' into merge

* twerner/process-new:
  fix function prod_maintainer()

Signed-off-by: Joerg Jaspert <joerg@debian.org>
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 agoget rid of testing code (hardcoded 'unstable','testing', /home/stew paths, etc)
Mike O'Connor [Tue, 5 Jan 2010 20:40:11 +0000 (15:40 -0500)]
get rid of testing code (hardcoded 'unstable','testing', /home/stew paths, etc)

Signed-off-by: Mike O'Connor <stew@vireo.org>
14 years agoMerge remote branch 'origin/master' into contents
Mike O'Connor [Tue, 5 Jan 2010 20:26:18 +0000 (15:26 -0500)]
Merge remote branch 'origin/master' into contents

* origin/master: (35 commits)
  Fix indentation
  policy-queue
  dinstall
  No longer update a tracefile hourly. Instead update our tracefile the second before we create the mirror hardlinks
  docstrings
  Describe what debversion is doing
  Adjust filename passed to get_poolfile_like_name
  drop unused function, fix a docstring
  docstrings
  Add a few docstrings. If someone could complete that, it would be great
  queue, check_source
  queue
  daklib/queue
  generate-filelist: add irc quote
  generate-filelist: improve arch all handling
  generate-filelist: improve formatting of help
  why, oh why, doesnt this fix itself when its wrong?
  meh
  common
  multiple
  ...

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>