summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BuildParams10
1 files changed, 10 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams
index 36ecbdd223..62abd957a0 100644
--- a/BuildParams
+++ b/BuildParams
@@ -8,6 +8,13 @@ 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
+
#### P r o d u c t i o n B u i l d s ####
@@ -152,6 +159,9 @@ viewer-development.build_docs = true
viewer-development.viewer_grid = agni
viewer-development.build_viewer_update_version_manager = false
+# Notifications
+viewer-development.email = oz@lindenlab.com
+
# ========================================
# Viewer Development Test
# ========================================