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
6ce5e35a
Commit
6ce5e35a
authored
16 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
remove trailing spaces
parent
ed6fcb2e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.control/commonComputedVariables.shsource
+3
-3
3 additions, 3 deletions
releng.control/commonComputedVariables.shsource
releng.control/commonVariations.shsource
+12
-12
12 additions, 12 deletions
releng.control/commonVariations.shsource
with
15 additions
and
15 deletions
releng.control/commonComputedVariables.shsource
+
3
−
3
View file @
6ce5e35a
...
...
@@ -21,7 +21,7 @@ export CACHE_ROOT=${BUILD_HOME}/logcache
export
LOG_DIR
=
${
BUILD_HOME
}
/logs
export
PROJECT_TESTS
=
${
BUILD_HOME
}
/tests
export
PROJECT_PROJECTS
=
${
BUILD_HOME
}
/projects
# renamed from 'artifacts' to 'committers' to match downloads website.
# renamed from 'artifacts' to 'committers' to match downloads website.
export
PROJECT_ARTIFACTS
=
${
BUILD_HOME
}
/committers
export
RECOMMENDED_TMP_DIR
=
${
BUILD_HOME
}
/tmp
...
...
@@ -57,7 +57,7 @@ export RELENGJAXWS=webtools.maps/releng.incubator.jaxws
export
RELENGDATATOOLS
=
webtools.maps/releng.datatools
# top most directory not used .. it's hard to, since projects
# top most directory not used .. it's hard to, since projects
# use different branches.
#export RELENGMAPS=webtools.maps
...
...
@@ -88,7 +88,7 @@ export TZ='UTC-0';
export
BUILD_INITIALIZED
=
"true"
if
[
-z
$MINIMIZE_SCRIPT_OUTPUT
]
if
[
-z
$MINIMIZE_SCRIPT_OUTPUT
]
then
echo
echo
" Project Home:
${
PROJECT_HOME
}
"
...
...
This diff is collapsed.
Click to expand it.
releng.control/commonVariations.shsource
+
12
−
12
View file @
6ce5e35a
...
...
@@ -4,9 +4,9 @@
# that is, in "someDirectory" on the users local path,
# then the bash "include source" function will find that version
# first, instead of this "standard" eclipse production one.
# That is assuming users don't have "." on their path, which
# they shouldn't. Many systems assumes ${HOME}/bin is on the
# users path.
# That is assuming users don't have "." on their path, which
# they shouldn't. Many systems assumes ${HOME}/bin is on the
# users path.
# This file is intentionally named "shsource" to denote this is intended to
# be included in other sh files, with "source" command, not
...
...
@@ -25,7 +25,7 @@ export BUILD_HOME=/shared/webtools
# so is specified in this file
export
RELENG_CONTROL
=
${
BUILD_HOME
}
/releng.control
# this variable must batch the screen number that Xvfb is using
# this variable must batch the screen number that Xvfb is using
export
DISPLAY
=
127.0.0.1:1.0
# these should be full, abosolute path to the respective home directories
...
...
@@ -61,9 +61,9 @@ export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
export
BUILD_SUBJECT_PREFIX
=
WTPBUILD:
# note: this file, notifyMapper.properties is not normally in cvs,
# note: this file, notifyMapper.properties is not normally in cvs,
# to avoid "publishing" email addresses; but is maintained directly on
# the build server.
# the build server.
export
EMAIL_PROPERTIES
=
${
BUILD_HOME
}
/notification/notifyMapper.properties
# controls quietness of logging to console
...
...
@@ -116,16 +116,16 @@ export SKIPUSERS=false
export
DOWNLOAD_ROOT
=
/home/data/httpd/download.eclipse.org
# Here this variable, SKIP_JAR_SIGNING, should be false for
# production builds. But, the variable is set elsewhere to true,
# Here this variable, SKIP_JAR_SIGNING, should be false for
# production builds. But, the variable is set elsewhere to true,
# such as in cc_config, for the R2 builds.
# There is another variable, 'sign' in each components build.properties
# to allow components to be the final say to allow signing.
# This variable, SKIP_JAR_SIGNING, should always be true for
# "local" builds.
# to allow components to be the final say to allow signing.
# This variable, SKIP_JAR_SIGNING, should always be true for
# "local" builds.
export
SKIP_JAR_SIGNING
=
false
# this is used especially during signing, where we need to execute
# this is used especially during signing, where we need to execute
# the signing script from a signer ID, while running as wtpBuild.
# should be blank or omitted in local builds
export
REMOTE_SSH_COMMAND
=
"ssh david_williams@build.eclipse.org "
...
...
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