Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
1344e833
Commit
1344e833
authored
Dec 31, 2004
by
Kurt Zeilenga
Browse files
All releases with version.sh
parent
b85bc7d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/mkrelease
View file @
1344e833
...
...
@@ -44,7 +44,7 @@ echo Release: $RELNAME
echo
CVS Tag:
$CVSTAG
echo
Modules:
$*
cvs
-q
export
-r
$CVSTAG
-d
$RELNAME
$*
cvs
-q
export
-kkv
-r
$CVSTAG
-d
$RELNAME
$*
if
test
!
-d
$RELNAME
;
then
echo
"error:
$RELNAME
doesn't exists"
...
...
@@ -53,10 +53,13 @@ fi
if
test
!
-e
$RELNAME
/build/version.sh
;
then
echo
"No build version"
exit
1
OL_STRING
=
"something"
else
eval
`
$RELNAME
/build/version.sh
`
fi
eval
`
$RELNAME
/build/version.sh
`
echo
"Rolling up
$OL_STRING
..."
tar
cf
$RELNAME
.tar
$RELNAME
gzip
-9
-c
$RELNAME
.tar
>
$RELNAME
.tgz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment