Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
3ed0990e
Commit
3ed0990e
authored
Jun 27, 2003
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change version number and fix makefile to deal with mkzopeinstance changes and version.txt issues.
parent
3546b4cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
inst/Makefile.in
inst/Makefile.in
+5
-1
inst/versions.py
inst/versions.py
+1
-1
No files found.
inst/Makefile.in
View file @
3ed0990e
...
...
@@ -81,7 +81,8 @@ inplace: install
# instance: Do an inplace build and create an instance home in the resulting
# software home.
instance
:
inplace
${PYTHON}
"
${BASE_DIR}
/bin/mkzopeinstance.py"
${MKZ_FLAGS}
"
${BASE_DIR}
"
${PYTHON}
"
${BASE_DIR}
/bin/mkzopeinstance.py"
${MKZ_FLAGS}
\
--dir
=
"
${BASE_DIR}
"
# uninstance: Remove the instance files made by make instance (w/ prejudice)
uninstance
:
...
...
@@ -114,6 +115,8 @@ sdist: clobber sdist_tgz
# sdist_tgz: Create a tgz archive file as a source distribution.
#
sdist_tgz
:
echo
Zope
${MAJOR_VERSION}
.
${MINOR_VERSION}
-
${RELEASE_TAG}
\
>
"
${BASE_DIR}
/lib/python/version.txt"
${MKDIR}
${TMPDIR}
${CD}
${TMPDIR}
&&
${LN}
${BASE_DIR}
${PACKAGE_NAME}
&&
\
${TAR}
czfh
${BASE_DIR}
/
${PACKAGE_NAME}
.tar.gz
${PACKAGE_NAME}
\
...
...
@@ -123,6 +126,7 @@ sdist_tgz:
--exclude
=
makefile
\
--exclude
=
*
~
\
--exclude
=
.#
*
${RM}
"
${BASE_DIR}
/lib/python/version.txt"
${RMRF}
${TMPDIR}
/
${PACKAGE_NAME}
# clobber: Make the source tree 'pristine' again.
...
...
inst/versions.py
View file @
3ed0990e
...
...
@@ -4,4 +4,4 @@ ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
VERSION_RELEASE_TAG
=
'0
test
'
VERSION_RELEASE_TAG
=
'0
a1
'
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