diff options
| author | dolphin <dolphin@lindenlab.com> | 2013-10-25 09:52:31 -0700 |
|---|---|---|
| committer | dolphin <dolphin@lindenlab.com> | 2013-10-25 09:52:31 -0700 |
| commit | 7bbb802385e58b1f9c2e7b04ad2f3f20c125be44 (patch) | |
| tree | 88ccb7d4cc17bb9615ee61ef001f8cb8963252fb /BuildParams | |
| parent | a6faeac94530e59d2c2a56df63a1d78e00fb0247 (diff) | |
| parent | ea1e1b0925b386cf83178539b8eae9e25c573548 (diff) | |
Merge with 3.6.9
Diffstat (limited to 'BuildParams')
| -rwxr-xr-x | BuildParams | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/BuildParams b/BuildParams index 9752e5298d..31e7e841ad 100755 --- a/BuildParams +++ b/BuildParams @@ -27,9 +27,6 @@ Linux.distcc_version = Linux.gcc_version = /usr/bin/gcc-4.6 Linux.cxx_version = /usr/bin/g++-4.6 -# Setup default sourceid so Windows can pick up the TeamCity override -sourceid = "" - ################################################################ #### Examples of how to set the viewer_channel #### # @@ -50,6 +47,18 @@ sourceid = "" ################################################################ viewer_channel = "Second Life Test" +# Setup default packaging parameters. +sourceid = "" +additional_packages = "Amazon Desura B C" +Amazon_sourceid = "1207v_Amazon" +Amazon_viewer_channel_suffix = " Amazon" +Desura_sourceid = "1208_desura" +Desura_viewer_channel_suffix = " Desura" +B_sourceid = "1301_B" +B_viewer_channel_suffix = " B" +C_sourceid = "1302_C" +C_viewer_channel_suffix = " C" + # Report changes since... viewer-development.show_changes_since = last_sprint |
