Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
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
Model registry
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
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
3a43f63a
Commit
3a43f63a
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
cleanup and fixes
parent
dab82c89
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
releng.control/commonVariations.shsource
+10
-2
10 additions, 2 deletions
releng.control/commonVariations.shsource
with
10 additions
and
2 deletions
releng.control/commonVariations.shsource
+
10
−
2
View file @
3a43f63a
...
...
@@ -9,6 +9,11 @@
# be included in other sh files, with "source" command, not
# executed on its own.
# Some things _have_ to go in this file, instead of being an ant property,
# since they may be used outside the contect of ant (or, before ant get's started).
# as one example, anything used directly in the cc_config.xml file has to be
# provided as environment variable, since it can not import ant property files
# like most ant project files can.
export
BUILD_HOME
=
/shared/webtools
...
...
@@ -55,11 +60,14 @@ export USE_QUIET=false
# setting to true will result in TONS of ouput
export
USE_DEBUG
=
false
# should be true for production, false for local
# should be true for production, false for local.
# it can be set to true for local builds, but then the
# properties in upload.properties need to be set to valid values.
export
BUILD_UPLOAD
=
true
# if true, locally existing maps will be used as is, instead of being
# checked out afresh.
# checked out afresh. Set to false for production builds, so maps are
# always fresh.
export
USE_LOCAL_MAPS
=
false
# normally, cvs logging output can be "really quiet", but if problems, then it can be turned back on
...
...
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