diff options
author | Oz Linden <oz@lindenlab.com> | 2013-04-30 14:19:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-04-30 14:19:34 -0400 |
commit | 2bcc75470dc8a6833a0d75ee7aa6205a67eb1564 (patch) | |
tree | 862347187d8c7a72d07d748ec236901f7e9c4615 | |
parent | 889d02b52d9d53b59e1bab953b8e19a60c49fd4f (diff) |
Override default channel from buildscripts project
-rwxr-xr-x | BuildParams | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index b91d3d2a80..a4b361261f 100755 --- a/BuildParams +++ b/BuildParams @@ -44,6 +44,7 @@ Linux.cxx_version = /usr/bin/g++-4.6 # All Linden Lab builds (and only Linden Lab builds) # should use a viewer_channel that begins with "Second Life" ################################################################ +viewer_channel = "Second Life Test" # Report changes since... viewer-development.show_changes_since = last_sprint |