diff options
author | Aleric Inglewood | 2010-11-10 15:10:05 +0100 |
---|---|---|
committer | Aleric Inglewood | 2010-11-10 15:10:05 +0100 |
commit | a5ee390cdfcd89a5b747743894bd5661e00f77f0 (patch) | |
tree | 219c3b2464a7037f593bd01d7fbd8a4052bea9e5 /linden/indra/lib | |
parent | IMP-692: SNOW-713: Merge branch 'weekly' into SNOW-713 (diff) | |
parent | Install unstripped binary in packaged when --type=Debug (diff) | |
download | meta-impy-a5ee390cdfcd89a5b747743894bd5661e00f77f0.zip meta-impy-a5ee390cdfcd89a5b747743894bd5661e00f77f0.tar.gz meta-impy-a5ee390cdfcd89a5b747743894bd5661e00f77f0.tar.bz2 meta-impy-a5ee390cdfcd89a5b747743894bd5661e00f77f0.tar.xz |
Merge branch 'weekly' into SNOW-713
Diffstat (limited to 'linden/indra/lib')
-rw-r--r-- | linden/indra/lib/python/indra/util/llmanifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py index 3444a15..fc777b2 100644 --- a/linden/indra/lib/python/indra/util/llmanifest.py +++ b/linden/indra/lib/python/indra/util/llmanifest.py | |||
@@ -121,6 +121,9 @@ ARGUMENTS=[ | |||
121 | default=""), | 121 | default=""), |
122 | dict(name='artwork', description='Artwork directory.', default=DEFAULT_SRCTREE), | 122 | dict(name='artwork', description='Artwork directory.', default=DEFAULT_SRCTREE), |
123 | dict(name='build', description='Build directory.', default=DEFAULT_SRCTREE), | 123 | dict(name='build', description='Build directory.', default=DEFAULT_SRCTREE), |
124 | dict(name='buildtype', | ||
125 | description='Set to DEBUG if this is a debug build.', | ||
126 | default="RELEASE"), | ||
124 | dict(name='channel', | 127 | dict(name='channel', |
125 | description="""The channel to use for updates, packaging, settings name, etc.""", | 128 | description="""The channel to use for updates, packaging, settings name, etc.""", |
126 | default=get_channel), | 129 | default=get_channel), |