aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lib
diff options
context:
space:
mode:
authorJacek Antonelli2011-05-08 15:13:37 -0500
committerJacek Antonelli2011-05-08 15:50:49 -0500
commit7278f0254a3944bd2bcbf1e855fb0d90c3086a27 (patch)
tree5d7ecb81ebf1a07482f0a7d3d13acd7f18360c0b /linden/indra/lib
parentImprudence 1.3.1 released. (diff)
parentChanged version to Experimental 2011.04.19 (diff)
downloadmeta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.zip
meta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.tar.gz
meta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.tar.bz2
meta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.tar.xz
Merged Experimental branch (exp) back into main line (next).
Git thought many files (almost 100) had merge conflicts. But, after resolving the conflicts (which were mostly trivial), almost all the files turned out to be the same as in the exp branch. So, the conflicts are not listed here. Check the diff between commit 244ffe8 and this commit to see what really changed.
Diffstat (limited to 'linden/indra/lib')
-rw-r--r--linden/indra/lib/python/indra/util/llmanifest.py20
1 files changed, 13 insertions, 7 deletions
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py
index 7a2505d..fc777b2 100644
--- a/linden/indra/lib/python/indra/util/llmanifest.py
+++ b/linden/indra/lib/python/indra/util/llmanifest.py
@@ -119,7 +119,14 @@ ARGUMENTS=[
119 Example use: %(name)s --arch=i686 119 Example use: %(name)s --arch=i686
120 On Linux this would try to use Linux_i686Manifest.""", 120 On Linux this would try to use Linux_i686Manifest.""",
121 default=""), 121 default=""),
122 dict(name='artwork', description='Artwork directory.', default=DEFAULT_SRCTREE),
122 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"),
127 dict(name='channel',
128 description="""The channel to use for updates, packaging, settings name, etc.""",
129 default=get_channel),
123 dict(name='configuration', 130 dict(name='configuration',
124 description="""The build configuration used. Only used on OS X for 131 description="""The build configuration used. Only used on OS X for
125 now, but it could be used for other platforms as well.""", 132 now, but it could be used for other platforms as well.""",
@@ -130,16 +137,13 @@ ARGUMENTS=[
130 though it's not strictly a grid, 'firstlook' is also an acceptable 137 though it's not strictly a grid, 'firstlook' is also an acceptable
131 value for this parameter.""", 138 value for this parameter.""",
132 default=""), 139 default=""),
133 dict(name='channel',
134 description="""The channel to use for updates, packaging, settings name, etc.""",
135 default=get_channel),
136 dict(name='login_channel',
137 description="""The channel to use for login handshake/updates only.""",
138 default=None),
139 dict(name='installer_name', 140 dict(name='installer_name',
140 description=""" The name of the file that the installer should be 141 description=""" The name of the file that the installer should be
141 packaged up into. Only used on Linux at the moment.""", 142 packaged up into. Only used on Linux at the moment.""",
142 default=None), 143 default=None),
144 dict(name='login_channel',
145 description="""The channel to use for login handshake/updates only.""",
146 default=None),
143 dict(name='login_url', 147 dict(name='login_url',
144 description="""The url that the login screen displays in the client.""", 148 description="""The url that the login screen displays in the client.""",
145 default=None), 149 default=None),
@@ -150,7 +154,9 @@ ARGUMENTS=[
150 dict(name='source', 154 dict(name='source',
151 description='Source directory.', 155 description='Source directory.',
152 default=DEFAULT_SRCTREE), 156 default=DEFAULT_SRCTREE),
153 dict(name='artwork', description='Artwork directory.', default=DEFAULT_SRCTREE), 157 dict(name='standalone',
158 description='Set to ON if this is a standalone build.',
159 default="OFF"),
154 dict(name='touch', 160 dict(name='touch',
155 description="""File to touch when action is finished. Touch file will 161 description="""File to touch when action is finished. Touch file will
156 contain the name of the final package in a form suitable 162 contain the name of the final package in a form suitable