Skip to content
Snippets Groups Projects
Commit 43eb1956 authored by Merov Linden's avatar Merov Linden
Browse files

Pull cg's BuildParams fixes

parents c9631e61 2777ccc1
No related branches found
No related tags found
No related merge requests found
# BuildParams # BuildParams
# #
# Please refer to: # 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... # Global setting for now...
Darwin.symbolfiles = "newview/Release/secondlife-symbols-darwin.tar.bz2" Darwin.symbolfiles = "newview/Release/secondlife-symbols-darwin.tar.bz2"
CYGWIN.symbolfiles = "newview/Release/secondlife-symbols-windows.tar.bz2" CYGWIN.symbolfiles = "newview/Release/secondlife-symbols-windows.tar.bz2"
Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2" Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2"
# Public Upload Locations overriding the default private ones # Use Public Upload Locations
S3PROXY_URL = http://automated-builds-secondlife-com.s3.amazonaws.com/ public_build = true
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
# Update Public Inworld Build Status Indicators # Update Public Inworld Build Status Indicators
email_status_this_is_os = true email_status_this_is_os = true
...@@ -27,7 +23,6 @@ viewer-development.show_changes_since = 2-1-release ...@@ -27,7 +23,6 @@ viewer-development.show_changes_since = 2-1-release
# Build Settings # Build Settings
viewer-development_coverity.coverity_product = viewer viewer-development_coverity.coverity_product = viewer
viewer-development.build_debug_release_separately = true viewer-development.build_debug_release_separately = true
# Notifications - to configure email notices, add a setting like this: # Notifications - to configure email notices, add a setting like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment