diff options
| author | Merov Linden <merov@lindenlab.com> | 2010-08-27 09:59:10 -0700 | 
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2010-08-27 09:59:10 -0700 | 
| commit | 43eb195633ccab69c15a7a0cd9862c84c3dfcfd4 (patch) | |
| tree | b6fd7d4b86a24de5723eec6915955a205564f4d7 | |
| parent | c9631e6112b618d191430ba79a1024555ab3f448 (diff) | |
| parent | 2777ccc1c938aff7dc73355845a57c79e9d6701f (diff) | |
Pull cg's BuildParams fixes
| -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: | 
