diff options
author | Oz Linden <oz@lindenlab.com> | 2013-02-12 10:50:47 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-02-12 10:50:47 -0500 |
commit | 5ea68c69a443fb9364c6e86ec373d3bd57382da7 (patch) | |
tree | c735709ed1c21ed6f05b3e0dace866e082b9b705 /indra/lib/python | |
parent | d7e90f4160aaa81e30206c80047b82833c049482 (diff) |
convert to new channel name scheme and remove login_channel build time parameter
Diffstat (limited to 'indra/lib/python')
-rw-r--r-- | indra/lib/python/indra/util/llmanifest.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py index eaa94925b1..25a1b95b9a 100644 --- a/indra/lib/python/indra/util/llmanifest.py +++ b/indra/lib/python/indra/util/llmanifest.py @@ -85,7 +85,7 @@ def get_default_platform(dummy): }[sys.platform] DEFAULT_SRCTREE = os.path.dirname(sys.argv[0]) -DEFAULT_CHANNEL = 'Second Life Release' +DEFAULT_CHANNEL = 'Second Life Test' ARGUMENTS=[ dict(name='actions', @@ -119,9 +119,6 @@ ARGUMENTS=[ dict(name='channel', description="""The channel to use for updates, packaging, settings name, etc.""", default='CHANNEL UNSET'), - dict(name='login_channel', - description="""The channel to use for login handshake/updates only.""", - default=None), dict(name='installer_name', description=""" The name of the file that the installer should be packaged up into. Only used on Linux at the moment.""", |