summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-07-17 10:12:41 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-17 10:38:47 +0000
commit805e48df824c5aa465dd539015b1d42eeb74947d (patch)
treeedf56966d6ccf21027f09df481610d47cfae10a7
parent359e4e252522d1978ed81e190fdc12acd4928349 (diff)
downloaddefinitions-805e48df824c5aa465dd539015b1d42eeb74947d.tar.gz
Add settings string for release number
-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 = {}