diff options
author | Oz Linden <oz@lindenlab.com> | 2013-09-16 17:20:40 -0700 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-09-16 17:20:40 -0700 |
commit | e6b0e333b5d01a0c2519d4529dedb9b09ca7fb8b (patch) | |
tree | 323c59d8a4505f1f073c4466e1b51ded5f28f1fa /BuildParams | |
parent | 6a9d23b71aa7939a490d17f4c7d7046221d9f612 (diff) | |
parent | bcff609fb839dc576c7e4f7529e1c751847ffd32 (diff) |
merge changes for chop-985
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/BuildParams b/BuildParams index 327530934d..63812d33c1 100755 --- a/BuildParams +++ b/BuildParams @@ -26,8 +26,13 @@ codeticket_since = 3.3.0-release 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 +# Setup default packaging parameters. sourceid = "" +additional_packages = "Amazon Desura" +Amazon_sourceid = "1207v_Amazon" +Amazon_viewer_channel_suffix = " Amazon" +Desura_sourceid = "1208_desura" +Desura_viewer_channel_suffix = " Desura" ################################################################ #### Examples of how to set the viewer_channel #### |