From 805e48df824c5aa465dd539015b1d42eeb74947d Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 17 Jul 2014 10:12:41 +0000 Subject: Add settings string for release number --- scripts/release-build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/release-build b/scripts/release-build index 75a06df0..b3ad3641 100755 --- a/scripts/release-build +++ b/scripts/release-build @@ -49,9 +49,14 @@ class ReleaseApp(cliapp.Application): self.settings.string_list(['controllers'], 'a list of distbuild controllers and their ' 'architecture') + self.settings.string(['trove-host'], 'hostname of Trove instance') + self.settings.string(['release-number'], + 'Baserock version of the systems being built', + default='yy.ww') + def process_args(self, args): '''Process the command line''' self.controllers = {} -- cgit v1.2.1