summaryrefslogtreecommitdiff
path: root/scripts/release-build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release-build')
-rwxr-xr-xscripts/release-build5
1 files changed, 5 insertions, 0 deletions
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 = {}