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
d3213744
Commit
d3213744
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
fix build upload
parent
7be870d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
releng.wtpbuilder/build.properties
+4
-27
4 additions, 27 deletions
releng.wtpbuilder/build.properties
releng.wtpbuilder/build.xml
+2
-0
2 additions, 0 deletions
releng.wtpbuilder/build.xml
releng.wtpbuilder/scripts/upload/upload.xml
+2
-1
2 additions, 1 deletion
releng.wtpbuilder/scripts/upload/upload.xml
with
8 additions
and
28 deletions
releng.wtpbuilder/build.properties
+
4
−
27
View file @
d3213744
...
...
@@ -8,33 +8,6 @@ relengroot=
releng
=
releng
releng.builder
=
releng.wtpbuilder
# Set this to the relative path for the
# directory to be use for the current build.
# It must be relative to the buildHome
# Final name will include the component and build type
build.current
=
build
# Set this to the relative path for the
# directory that keeps the downloaded drivers (local repository)
# It must be relative to the buildHome
build.local.repository
=
downloads
# Set this to the relative path for the
# directory to be use for the current test pass.
# It must be relative to the buildHome
# Final name will include the component and build type
build.tests
=
test
# Set this to the relative path for the
# directory to be use for the current peformance test pass.
# It must be relative to the buildHome
build.perf.tests
=
perf-current
# javacFailOnError must be false otherwise the
# build will terminated at the first compile error
javacFailOnError
=
false
...
...
@@ -109,6 +82,10 @@ base.location=eclipse
# It is relative to the build.current
build.directory
=
workdir
# Set this to the relative path for the
# directory that keeps the downloaded drivers (local repository)
# It must be relative to the buildHome
build.local.repository
=
downloads
# This is the CVS Repository
# that is used during the build process
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/build.xml
+
2
−
0
View file @
d3213744
...
...
@@ -19,6 +19,8 @@
<property
file=
"${env.STANDARD_PROPERTIES_DIR}/${ant.project.name}.properties"
/>
<!-- = = = end standard properties pattern = = = -->
<echoproperties/>
<target
name=
"build"
depends=
"init"
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/scripts/upload/upload.xml
+
2
−
1
View file @
d3213744
...
...
@@ -26,6 +26,7 @@
<!-- if not otherwise set, these are standard properties -->
<property
name=
"build.upload"
value=
"true"
/>
<echoproperties
/>
<property
name=
"uploadUser"
value=
"david_williams"
/>
<property
name=
"uploadPassword"
value=
"This is not really used since ssh login is assumed (required)"
/>
...
...
@@ -59,7 +60,7 @@
<echo
message=
"RSYNC to: ${uploadRemoteDirectory}/${buildLabel}"
/>
<exec
executable=
"rsync"
>
<arg
line=
"-e ssh -Cavz ${rsyncRootPrefix}${buildDirectory}/${buildLabel} ${uploadUser}@${uploadServer}:${uploadRemoteDirectory}"
/>
<arg
line=
"-e ssh -Cavz ${rsyncRootPrefix}
/
${buildDirectory}/${buildLabel} ${uploadUser}@${uploadServer}:${uploadRemoteDirectory}"
/>
</exec>
</target>
...
...
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