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
8ac5e316
Commit
8ac5e316
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
prep for creating a patch feature
parent
f74cc486
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
releng.control/ant.sh
+1
-6
1 addition, 6 deletions
releng.control/ant.sh
releng.control/cc.sh
+37
-34
37 additions, 34 deletions
releng.control/cc.sh
releng.control/config.xml
+8
-2
8 additions, 2 deletions
releng.control/config.xml
with
46 additions
and
42 deletions
releng.control/ant.sh
+
1
−
6
View file @
8ac5e316
...
...
@@ -3,26 +3,21 @@ PROJECT_HOME=`dirname "$0"`
echo
"Project Home:
${
PROJECT_HOME
}
"
LD_LIBRARY_PATH
=
/opt/gnome/lib:/opt/gnome/lib64
export
LD_LIBRARY_PATH
BUILD_HOME
=
/shared/webtools
export
BUILD_HOME
CCDIR
=
$BUILD_HOME
/apps/cruisecontrol-bin-2.5
export
CCDIR
JAVA_HOME
=
/shared/webtools
/apps/IBMJava2-ppc-142
JAVA_HOME
=
${
BUILD_HOME
}
/apps/IBMJava2-ppc-142
export
JAVA_HOME
JAVA5_HOME
=
$BUILD_HOME
/apps/jdk1.5.0_09
export
JAVA5_HOME
ANT_HOME
=
$BUILD_HOME
/apps/apache-ant-1.6.5
export
ANT_HOME
...
...
This diff is collapsed.
Click to expand it.
releng.control/cc.sh
+
37
−
34
View file @
8ac5e316
#!/bin/sh
PATH
=
/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin
PATH
=
$PATH
:
$HOME
/bin:/shared/webtools/apps/apache-ant-1.6.5/bin
PATH
=
$PATH
:/shared/webtools/apps/ibm-java2-ppc-50/bin
export
PATH
LD_LIBRARY_PATH
=
/opt/gnome/lib:/opt/gnome/lib64
export
LD_LIBRARY_PATH
#!/bin/sh
LD_LIBRARY_PATH
=
/opt/gnome/lib:/opt/gnome/lib64
export
LD_LIBRARY_PATH
BUILD_HOME
=
/shared/webtools
export
BUILD_HOME
CCDIR
=
/shared/webtools/apps/cruisecontrol-bin-2.5
export
CCDIR
JAVA_HOME
=
/shared/webtools/apps/ibm-java2-ppc-50
export
JAVA_HOME
ANT_HOME
=
/shared/webtools/apps/apache-ant-1.6.5
export
ANT_HOME
port
=
"7000"
DISPLAY
=
127.0.0.1:1.0
export
DISPLAY
rm
-fr
./workspace
export
JAVA_HIGH_ZIPFDS
=
500
sh
$CCDIR
/cruisecontrol.sh
$BUILD_HOME
/releng.control/config.xml
-jmxport
$port
-webport
7777
-user
wtp
-password
ballad
-cchome
$CCDIR
1>out.txt 2>err.txt &
export
BUILD_HOME
CCDIR
=
${
BUILD_HOME
}
/apps/cruisecontrol-bin-2.5
export
CCDIR
# NOTE: we intentionally use Java 5 here to run Cruise Control
JAVA_HOME
=
${
BUILD_HOME
}
/apps/ibm-java2-ppc-50
export
JAVA_HOME
JAVA5_HOME
=
${
BUILD_HOME
}
/apps/ibm-java2-ppc-50
export
JAVA5_HOME
ANT_HOME
=
${
BUILD_HOME
}
/apps/apache-ant-1.6.5
export
ANT_HOME
port
=
"7000"
DISPLAY
=
127.0.0.1:1.0
export
DISPLAY
rm
-fr
./workspace
PATH
=
/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin
PATH
=
$PATH
:
$HOME
/bin:
$ANT_HOME
/bin
PATH
=
$PATH
:
$JAVA_HOME
/bin
export
PATH
export
JAVA_HIGH_ZIPFDS
=
500
sh
$CCDIR
/cruisecontrol.sh
$BUILD_HOME
/releng.control/config.xml
-jmxport
$port
-webport
7777
-user
wtp
-password
ballad
-cchome
$CCDIR
1>out.txt 2>err.txt &
This diff is collapsed.
Click to expand it.
releng.control/config.xml
+
8
−
2
View file @
8ac5e316
...
...
@@ -5,7 +5,7 @@
<property
name=
"logDir"
value=
"
/shared/webtools
/cruise-project-logs/${project.name}"
/>
value=
"
${build.home}
/cruise-project-logs/${project.name}"
/>
<property
...
...
@@ -70,10 +70,16 @@
<property
name=
"mapVersionTag"
value=
"R1_5_maintenance_patches"
/>
<property
name=
"build.component"
value=
"wtp-patches"
/>
<property
<property
name=
"build.distribution"
value=
"patches"
/>
<property
name=
"build.home"
value=
"${build.home}"
/>
...
...
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