diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-08-29 08:41:50 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-08-29 08:41:50 -0400 |
| commit | f2353797e22120a2de2c64c3084ed3a7381eefe1 (patch) | |
| tree | 6570b495d57f0d3f815a889213197489f33c9eae /BuildParams | |
| parent | 05913a83a5f0f7f076ad915f3de4c23330f6d32b (diff) | |
| parent | bef304c0a34bfcd7997bd7799995229ddcc1de31 (diff) | |
merge up to latest viewer-development
Diffstat (limited to 'BuildParams')
| -rw-r--r-- | BuildParams | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/BuildParams b/BuildParams index 6adae15d5f..f0892c6c46 100644 --- a/BuildParams +++ b/BuildParams @@ -1,19 +1,15 @@ # BuildParams # # Please refer to: -# https://wiki.lindenlab.com/wiki/Parabuild_with_Mercurial#How_Build_Parameters_Work +# https://wiki.secondlife.com/wiki/Automated_Build_System # Global setting for now... Darwin.symbolfiles = "newview/Release/secondlife-symbols-darwin.tar.bz2" CYGWIN.symbolfiles = "newview/Release/secondlife-symbols-windows.tar.bz2" Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2" -# Public Upload Locations overriding the default private ones -S3PROXY_URL = http://automated-builds-secondlife-com.s3.amazonaws.com/ -S3INTERNAL_URL = http://automated-builds-secondlife-com.s3.amazonaws.com/ -S3GET_URL = http://automated-builds-secondlife-com.s3.amazonaws.com/ -S3PUT_URL = https://s3.amazonaws.com/automated-builds-secondlife-com/ -S3ACL = public-read +# Use Public Upload Locations +public_build = true # Update Public Inworld Build Status Indicators email_status_this_is_os = true @@ -27,7 +23,6 @@ viewer-development.show_changes_since = 2-1-release # Build Settings viewer-development_coverity.coverity_product = viewer - viewer-development.build_debug_release_separately = true # Notifications - to configure email notices, add a setting like this: |
