]> git.decadent.org.uk Git - dak.git/commitdiff
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)
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>

No differences found