Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
2777ccc1
Commit
2777ccc1
authored
14 years ago
by
Christian Goetze (CG)
Browse files
Options
Downloads
Patches
Plain Diff
Clean up Comments in BuildParams; Replace explicit upload locations with "public_build" policy.
parent
838c01e8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BuildParams
+3
-8
3 additions, 8 deletions
BuildParams
with
3 additions
and
8 deletions
BuildParams
+
3
−
8
View file @
2777ccc1
# 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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment