diff options
author | Christian Goetze (CG) <cg@lindenlab.com> | 2010-08-13 14:05:00 -0700 |
---|---|---|
committer | Christian Goetze (CG) <cg@lindenlab.com> | 2010-08-13 14:05:00 -0700 |
commit | 8a85dee4324251ae858386f36184552e85066335 (patch) | |
tree | 8db4e6df05eb9a0e2dfeba643830be897c8c6d6b | |
parent | 5c6cb4c90666cdb3c665c2a193bbbca796b02652 (diff) |
Upload build results into a publicly accessible place on S3.
-rw-r--r-- | BuildParams | 10 |
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 # ======================================== |