From 8a85dee4324251ae858386f36184552e85066335 Mon Sep 17 00:00:00 2001
From: "Christian Goetze (CG)" <cg@lindenlab.com>
Date: Fri, 13 Aug 2010 14:05:00 -0700
Subject: [PATCH] Upload build results into a publicly accessible place on S3.

---
 BuildParams | 10 ++++++++++
 1 file changed, 10 insertions(+)

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
 # ========================================
-- 
GitLab