diff options
author | JJ Linden <jj@lindenlab.com> | 2013-09-16 12:58:40 -0700 |
---|---|---|
committer | JJ Linden <jj@lindenlab.com> | 2013-09-16 12:58:40 -0700 |
commit | bcff609fb839dc576c7e4f7529e1c751847ffd32 (patch) | |
tree | 339749c22618c5ccfba05c49cbec93d30cf42d9e /BuildParams | |
parent | 55ae6a7962cdc9a9d7d087fbc529d30db9c37013 (diff) |
changes for additional packages to be packaged from the same build. see BuildParams for example environment variables used to specify the packages and their channels and sourceids. also updated mac packages to use a larger virtual drive and auto-open on download
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 #### |