[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14.2.1 versions.py:1.4.2.1 binary_install.py:NONE build_extensions.py:NONE build_pcgi.py:NONE default_content.py:NONE do.py:NONE make_instance.py:NONE make_start.py:NONE
Chris McDonough
chrism@zope.com
Mon, 21 Jul 2003 12:39:08 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv17213/inst
Modified Files:
Tag: Zope-2_7-branch
Makefile.in versions.py
Removed Files:
Tag: Zope-2_7-branch
binary_install.py build_extensions.py build_pcgi.py
default_content.py do.py make_instance.py make_start.py
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.
=== Zope/inst/Makefile.in 1.14 => 1.14.2.1 ===
--- Zope/inst/Makefile.in:1.14 Fri Jun 27 16:06:07 2003
+++ Zope/inst/Makefile.in Mon Jul 21 12:34:59 2003
@@ -115,8 +115,8 @@
# 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"
+ echo -n "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} \
=== Zope/inst/versions.py 1.4 => 1.4.2.1 ===
--- Zope/inst/versions.py:1.4 Fri Jun 27 16:07:44 2003
+++ Zope/inst/versions.py Mon Jul 21 12:34:59 2003
@@ -4,4 +4,4 @@
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'a1'
+VERSION_RELEASE_TAG = 'b1'
=== Removed File Zope/inst/binary_install.py ===
=== Removed File Zope/inst/build_extensions.py ===
=== Removed File Zope/inst/build_pcgi.py ===
=== Removed File Zope/inst/default_content.py ===
=== Removed File Zope/inst/do.py ===
=== Removed File Zope/inst/make_instance.py ===
=== Removed File Zope/inst/make_start.py ===