Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e3ae5198
Commit
e3ae5198
authored
Apr 13, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to use the new release number. Will generalize in the next round.
parent
f5013f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Doc/tools/mktarball.sh
Doc/tools/mktarball.sh
+8
-8
No files found.
Doc/tools/mktarball.sh
View file @
e3ae5198
...
@@ -12,30 +12,30 @@
...
@@ -12,30 +12,30 @@
#
#
# with [tag]: generate from the named tag
# with [tag]: generate from the named tag
VERSION
=
1.5
RELEASE
=
1.5.1
TEMPDIR
=
tmp.
$$
TEMPDIR
=
tmp.
$$
MYDIR
=
`
pwd
`
MYDIR
=
`
pwd
`
TAG
=
"
$1
"
TAG
=
"
$1
"
mkdirhier
$TEMPDIR
/Python-
$
VERSION
/Doc
||
exit
$?
mkdirhier
$TEMPDIR
/Python-
$
RELEASE
/Doc
||
exit
$?
if
[
"
$TAG
"
]
;
then
if
[
"
$TAG
"
]
;
then
cvs
export
-r
$TAG
-d
$TEMPDIR
/Python-
$
VERSION
/Doc python/dist/src/Doc
\
cvs
export
-r
$TAG
-d
$TEMPDIR
/Python-
$
RELEASE
/Doc python/dist/src/Doc
\
||
exit
$?
||
exit
$?
else
else
cvs checkout
-d
$TEMPDIR
/Python-
$
VERSION
/Doc python/dist/src/Doc
||
exit
$?
cvs checkout
-d
$TEMPDIR
/Python-
$
RELEASE
/Doc python/dist/src/Doc
||
exit
$?
rm
-r
`
find
$TEMPDIR
-name
CVS
-print
`
||
exit
$?
rm
-r
`
find
$TEMPDIR
-name
CVS
-print
`
||
exit
$?
fi
fi
rm
-f
`
find
$TEMPDIR
/Python-
$
VERSION
-name
.cvsignore
-print
`
rm
-f
`
find
$TEMPDIR
/Python-
$
RELEASE
-name
.cvsignore
-print
`
rm
-f
$TEMPDIR
/Python-
$
VERSION
/Doc/ref/ref.pdf
rm
-f
$TEMPDIR
/Python-
$
RELEASE
/Doc/ref/ref.pdf
rm
-f
$TEMPDIR
/Python-
$
VERSION
/Doc/ref/ref.ps
rm
-f
$TEMPDIR
/Python-
$
RELEASE
/Doc/ref/ref.ps
cd
$TEMPDIR
cd
$TEMPDIR
(
tar
cf - Python-
$
VERSION
|
gzip
-9
>
$MYDIR
/latex-
$VERSION
.tar.gz
)
||
exit
$?
(
tar
cf - Python-
$
RELEASE
|
gzip
-9
>
$MYDIR
/latex-
$RELEASE
.tar.gz
)
||
exit
$?
cd
$MYDIR
cd
$MYDIR
rm
-r
$TEMPDIR
||
exit
$?
rm
-r
$TEMPDIR
||
exit
$?
...
...
Write
Preview
Markdown
is supported
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