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
7512e3ac
Commit
7512e3ac
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
prep for M4 builds
parent
5f3794c4
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/cc_config.xml
+3
-1
3 additions, 1 deletion
releng.control/cc_config.xml
releng.control/getFromCVS-relengControl.sh
+6
-6
6 additions, 6 deletions
releng.control/getFromCVS-relengControl.sh
with
9 additions
and
7 deletions
releng.control/cc_config.xml
+
3
−
1
View file @
7512e3ac
...
...
@@ -351,7 +351,9 @@
<property
name=
"build.distribution"
value=
"wtp"
/>
<property
name=
"build.pack-all-in-one"
value=
"true"
/>
</ant>
</schedule>
...
...
This diff is collapsed.
Click to expand it.
releng.control/getFromCVS-relengControl.sh
+
6
−
6
View file @
7512e3ac
...
...
@@ -10,19 +10,19 @@
# for a local build, there should never be a need to check it back in to CVS.
#
echo
"sav
e
serialized state"
echo
"
sav
ing
serialized state
...
"
cp
releng.control/
*
.ser
.
echo
"remov
e
all of releng.control"
echo
"
remov
ing
all of releng.control
...
"
rm
-fr
releng.control
echo
"check out head of releng.control from cvs"
echo
"
check
ing
out head of releng.control from cvs
...
"
cvs
-d
:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools
export
-r
HEAD releng.control
echo
"restor
e
serialized state"
echo
"
restor
ing
serialized state
...
"
mv
*
.ser releng.control
# make
sure releng.control files are executable and
in
proper format
dos2unix releng.control/
*
.sh
*
releng.control/
**
/
*
.properties releng.control/
*
.xml
echo
" making
sure releng.control files are executable and
have
proper
EOL
format
..."
dos2unix
-quiet
-keepdate
releng.control/
*
.sh
*
releng.control/
**
/
*
.properties releng.control/
*
.xml
chmod
+x releng.control/
*
.sh
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