summaryrefslogtreecommitdiff
path: root/indra/lib
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-02-12 10:50:47 -0500
committerOz Linden <oz@lindenlab.com>2013-02-12 10:50:47 -0500
commit5ea68c69a443fb9364c6e86ec373d3bd57382da7 (patch)
treec735709ed1c21ed6f05b3e0dace866e082b9b705 /indra/lib
parentd7e90f4160aaa81e30206c80047b82833c049482 (diff)
convert to new channel name scheme and remove login_channel build time parameter
Diffstat (limited to 'indra/lib')
-rw-r--r--indra/lib/python/indra/util/llmanifest.py5
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.""",