]>
git.decadent.org.uk Git - dak.git/log
Cyril Brulebois [Sat, 27 Feb 2010 09:14:04 +0000 (10:14 +0100)]
Add kfreebsd-{amd64,i386}.
To: debian-dak@lists.debian.org
Cc: Cyril Brulebois <kibi@debian.org>
Date: Fri, 14 Aug 2009 23:11:11 +0200
Resent-From: debian-dak@lists.debian.org
Also rewrap the colour list to make everything match as shown below:
arch1 … archN
archN+1 … arch2N
colour1 … colourN
colourN+1 … colour2N
Two colours remain on their own line.
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Joerg Jaspert [Sat, 27 Feb 2010 09:07:27 +0000 (10:07 +0100)]
Merge remote branch 'mario/master' into merge
* mario/master:
init_db.py: fix for `do_priority'
init_db.py: `Cnf.get' fix for `do_priority'
init_db.py: fixes for `do_suite'
init_db.py: typo fix for `do_suite' comment.
admin.py: added command to add suites
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Philipp Kern [Sat, 27 Feb 2010 09:02:42 +0000 (10:02 +0100)]
daklib/utils.py: use socket.getfqdn() to determine the hostname
To: debian-dak@lists.debian.org
Cc: Philipp Kern <pkern@debian.org>
Date: Tue, 23 Feb 2010 11:35:20 +0100
Resent-From: debian-dak@lists.debian.org
The current socket.gethostbyaddr(socket.gethostname()) fails horribly on
our IPv6 enabled machine. What we really want is the FQDN of the host so
let's use socket's getfqdn(). Of course that needs proper setup of the
hostname in the system, but I think we can rely on that working.
Signed-off-by: Philipp Kern <pkern@debian.org>
Joerg Jaspert [Wed, 24 Feb 2010 19:41:06 +0000 (20:41 +0100)]
Merge remote branch 'twerner/show-new' into merge
* twerner/show-new:
fix show-new
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Mario Domenech Goulart [Mon, 8 Feb 2010 18:56:17 +0000 (16:56 -0200)]
init_db.py: fix for `do_priority'
Look for the right priority from the config file Priority subtree..
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Mario Domenech Goulart [Mon, 8 Feb 2010 18:45:35 +0000 (16:45 -0200)]
init_db.py: `Cnf.get' fix for `do_priority'
Apparently, the `get' method expects its secong argument to be an
string, not a number. Without this fix I get
p.level = self.Cnf.get("Priority::%s", 0)
TypeError: argument 2 must be string, not int
Setting the second arg as "0" makes the error disappear.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Mario Domenech Goulart [Mon, 8 Feb 2010 18:37:25 +0000 (16:37 -0200)]
init_db.py: fixes for `do_suite'
* set `suite_name' mandatory field for the the Suite object
* set `suite_id' for the SuiteArchitecture object
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Mario Domenech Goulart [Mon, 8 Feb 2010 18:17:58 +0000 (16:17 -0200)]
init_db.py: typo fix for `do_suite' comment.
s/Initalize/Initialize/
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Mario Domenech Goulart [Mon, 8 Feb 2010 18:11:56 +0000 (16:11 -0200)]
admin.py: added command to add suites
Syntax:
s add SUITE VERSION [ label=LABEL ] [ description=DESCRIPTION ]
[ origin=ORIGIN ] [ codename=CODENAME ]
add suite SUITE, version VERSION. label,
description, origin and codename are optional.
SUITE and VERSION are mandatory. LABEL, DESCRIPTION, ORIGIN and
CODENAME can be optionally passed in a keyword-parameter-style
(var=value).
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Torsten Werner [Sat, 6 Feb 2010 21:16:45 +0000 (21:16 +0000)]
fix show-new
Signed-off-by: Torsten Werner <twerner@debian.org>
Joerg Jaspert [Mon, 1 Feb 2010 22:07:43 +0000 (23:07 +0100)]
enable "files" to run again
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Mon, 1 Feb 2010 22:07:31 +0000 (23:07 +0100)]
some docstrings
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sat, 30 Jan 2010 14:09:25 +0000 (15:09 +0100)]
Tell the testcases about the dsc thingie
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sat, 30 Jan 2010 14:02:44 +0000 (15:02 +0100)]
parse_changes
as we also parse dsc files here, only do the rejection on missing keywords
when we parse a changes file.
adjust all calls for dsc files to tell us they are dsc, by default we do
the check, caller has to turn it off...
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sat, 30 Jan 2010 13:46:28 +0000 (14:46 +0100)]
point release notes
Signed-off-by: Joerg Jaspert <joerg@debian.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Alexander Reichle-Schmehl [Fri, 22 Jan 2010 20:35:03 +0000 (21:35 +0100)]
Fix my very own shiny bug
Alexander Reichle-Schmehl [Fri, 22 Jan 2010 20:11:13 +0000 (21:11 +0100)]
Fix problem with uploaders containing a "," sign in their name
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
Joerg Jaspert [Mon, 11 Jan 2010 23:11:00 +0000 (00:11 +0100)]
some docstrings
Signed-off-by: Joerg Jaspert <joerg@debian.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Joerg Jaspert [Sat, 9 Jan 2010 22:43:38 +0000 (23:43 +0100)]
Merge branch 'merge'
* merge:
fixes from some previous bad 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>
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>
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>
Joerg Jaspert [Sat, 9 Jan 2010 20:51:39 +0000 (21:51 +0100)]
Missing ,
Signed-off-by: Joerg Jaspert <joerg@debian.org>
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>
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>
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>
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>
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>
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>
Mike O'Connor [Sat, 9 Jan 2010 20:17:15 +0000 (15:17 -0500)]
lalalal
Signed-off-by: Mike O'Connor <stew@vireo.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
...
Joerg Jaspert [Sun, 3 Jan 2010 14:39:33 +0000 (15:39 +0100)]
Fix indentation
Signed-off-by: Joerg Jaspert <joerg@debian.org>
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>
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>
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>
Joerg Jaspert [Fri, 1 Jan 2010 14:30:16 +0000 (15:30 +0100)]
docstrings
Signed-off-by: Joerg Jaspert <joerg@debian.org>
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>
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>
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>
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>
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>
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>
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>