[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14 versions.py:1.3

Chris McDonough chrism@zope.com
Fri, 27 Jun 2003 16:06:07 -0400


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv10620/inst

Modified Files:
	Makefile.in versions.py 
Log Message:
Change version number and fix makefile to deal with mkzopeinstance changes and version.txt issues.


=== Zope/inst/Makefile.in 1.13 => 1.14 ===
--- Zope/inst/Makefile.in:1.13	Wed Jun 25 15:30:26 2003
+++ Zope/inst/Makefile.in	Fri Jun 27 16:06:07 2003
@@ -81,7 +81,8 @@
 # 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_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 @@
            --exclude=makefile \
            --exclude=*~ \
            --exclude=.#*
+	${RM} "${BASE_DIR}/lib/python/version.txt"
 	${RMRF} ${TMPDIR}/${PACKAGE_NAME}
 
 # clobber:     Make the source tree 'pristine' again.


=== Zope/inst/versions.py 1.2 => 1.3 ===
--- Zope/inst/versions.py:1.2	Tue Mar 18 16:27:49 2003
+++ Zope/inst/versions.py	Fri Jun 27 16:06:07 2003
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = '0test'
+VERSION_RELEASE_TAG = '0a1'