From: Mario Domenech Goulart Date: Mon, 8 Feb 2010 18:11:56 +0000 (-0200) Subject: admin.py: added command to add suites X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f31af9416685763384becedb9f813fedc9c8a6ea;hp=f31af9416685763384becedb9f813fedc9c8a6ea;p=dak.git 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 ---