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
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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 Archive
Alchemy Viewer
Commits
43eb1956
Commit
43eb1956
authored
14 years ago
by
Merov Linden
Browse files
Options
Downloads
Plain Diff
Pull cg's BuildParams fixes
parents
c9631e61
2777ccc1
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 @
43eb1956
# 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