]> git.decadent.org.uk Git - dak.git/commit
admin.py: added command to add suites
authorMario Domenech Goulart <mario@ossystems.com.br>
Mon, 8 Feb 2010 18:11:56 +0000 (16:11 -0200)
committerMario Domenech Goulart <mario@ossystems.com.br>
Mon, 8 Feb 2010 18:11:56 +0000 (16:11 -0200)
commitf31af9416685763384becedb9f813fedc9c8a6ea
tree584488cb1d4cbe54d147a7ea9ee7dae68f13db83
parent607c10f0f75e3fa405250e5ee0f0084a6b28985f
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>
dak/admin.py