[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Some more changes to accomodate for the Zope2 egg/buildout.

2008-08-27 Thread Florian Schulze
Log message for revision 90414:
  Some more changes to accomodate for the Zope2 egg/buildout.

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===
--- Zope/trunk/inst/Makefile.in 2008-08-27 09:06:27 UTC (rev 90413)
+++ Zope/trunk/inst/Makefile.in 2008-08-27 09:32:04 UTC (rev 90414)
@@ -25,6 +25,7 @@
 RM=rm -f
 RMRF=rm -rf
 FIND=find
+GREP=grep
 XARGS=xargs
 CD=cd
 LN=ln -sfn
@@ -103,7 +104,9 @@
 #  the source directory for good measure.
 clean: unbuild
${FIND} ${BASE_DIR} \
- -name '*.py[co]' -o -name '*.so' -o -name '*.o' | ${XARGS} ${RM}
+ -name '*.py[co]' -o -name '*.so' -o -name '*.o' | \
+ grep -vE ${BASE_DIR}/src|${BASE_DIR}/parts|${BASE_DIR}/eggs | \
+ ${XARGS} ${RM}
${RM} $(BASE_DIR)/lib/python/Zope2/version.txt
${RMRF} build
 
@@ -112,7 +115,7 @@
printf Zope ${MAJOR_VERSION}.${MINOR_VERSION}-${RELEASE_TAG} \
   ${BASE_DIR}/lib/python/Zope2/version.txt
 
-sdist: clobber sdist_tgz
+sdist: clean sdist_tgz
 
 # sdist_tgz:   Create a tgz archive file as a source distribution.
 #
@@ -130,6 +133,7 @@
--exclude=build-base \
--exclude=bootstrap \
--exclude=develop-eggs \
+   --exclude=eggs \
--exclude=include \
--exclude=parts \
--exclude=src \

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Fixed the excludes.

2008-08-27 Thread Florian Schulze
Log message for revision 90446:
  Fixed the excludes.

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===
--- Zope/trunk/inst/Makefile.in 2008-08-27 12:49:35 UTC (rev 90445)
+++ Zope/trunk/inst/Makefile.in 2008-08-27 13:01:39 UTC (rev 90446)
@@ -105,7 +105,7 @@
 clean: unbuild
${FIND} ${BASE_DIR} \
  -name '*.py[co]' -o -name '*.so' -o -name '*.o' | \
- grep -vE ${BASE_DIR}/src|${BASE_DIR}/parts|${BASE_DIR}/eggs | \
+ grep -vE 
${BASE_DIR}/src|${BASE_DIR}/parts|${BASE_DIR}/eggs|${BASE_DIR}/develop | \
  ${XARGS} ${RM}
${RM} $(BASE_DIR)/lib/python/Zope2/version.txt
${RMRF} build
@@ -127,17 +127,24 @@
   ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
--exclude=${PACKAGE_NAME}.tgz\
--exclude=.svn\
-   --exclude=.installed.cfg \
+   --exclude=${PACKAGE_NAME}/.installed.cfg \
--exclude=.DS_Store \
-   --exclude=makefile \
-   --exclude=build-base \
-   --exclude=bootstrap \
-   --exclude=develop-eggs \
-   --exclude=eggs \
-   --exclude=include \
-   --exclude=parts \
-   --exclude=src \
-   --exclude=*.cfg \
+   --exclude=${PACKAGE_NAME}/bin \
+   --exclude=${PACKAGE_NAME}/etc \
+   --exclude=${PACKAGE_NAME}/import \
+   --exclude=${PACKAGE_NAME}/log \
+   --exclude=${PACKAGE_NAME}/var \
+   --exclude=${PACKAGE_NAME}/Products \
+   --exclude=${PACKAGE_NAME}/makefile \
+   --exclude=${PACKAGE_NAME}/build-base \
+   --exclude=${PACKAGE_NAME}/bootstrap \
+   --exclude=${PACKAGE_NAME}/develop-eggs \
+   --exclude=${PACKAGE_NAME}/develop \
+   --exclude=${PACKAGE_NAME}/eggs \
+   --exclude=${PACKAGE_NAME}/include \
+   --exclude=${PACKAGE_NAME}/parts \
+   --exclude=${PACKAGE_NAME}/src \
+   --exclude=${PACKAGE_NAME}/*.cfg \
--exclude=*~ \
--exclude=.#* ${PACKAGE_NAME} 
${RMRF} ${TMPDIR}/${PACKAGE_NAME}

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-dev] Re: Windows builds

2005-08-17 Thread Florian Schulze

On Sun, 14 Aug 2005 13:14:50 +0200, Christian Theune [EMAIL PROTECTED] wrote:


Hi,

I announced myself stepping back from doing the windows builds some
while ago. Although nobody stepped up in taking this task, I'll make a
hard cut right now.

I'm preparing the 2.8.1 builds right now and those will definitely be
the last windows builds prepared by me.

Two reasons for the stepping back: time constraints from my side and
technical unability to safely create the windows builds.

Cheers,
Christian




Many thanks for all your work!

Regards,
Florian Schulze

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Windows Binaries for 2.8b1

2005-04-25 Thread Florian Schulze
On Mon, 25 Apr 2005 10:54:23 +0200, Christian Theune [EMAIL PROTECTED] wrote:
Hi,
and again, I got to complain about building Zope on Windows. This time
it's the 2.8 branch again with the 2.8b1 release.
It looks like the WinBuilders aren't taken care for at all. The ZClass
tests didn't got into the procedure of getting packaged so I had to copy
those files manually for running the tests. Then the doctest module
doesn't comply with platform independent handling of path names using
'variable.split(/)' and relatives.
The now running tests fail pretty much in various places (Catalog,
ZODB, ...)
I'm not able to do any work on this as I'm lacking time. I took the job
of building the releases as long as it's pressing the do it now button
and running the tests seeing them pass. I did not take the job of
cleaning up Zope for Windows. The WinBuilders are a really annoying
thing, I'm glad they went away for Zope3.
To notice: Zope 2.8a1 has not been available as Windows release and
neither will be 2.8b1. You really want to blindly go forward for an RC
not having a single external user running any 2.8 release at all?
I'm pretty annoyed right now.
Cheers,
Christian
I wanted to look a bit into this, but quickly ran into problems. I checked 
out WinBuilders and Zope 2.8. I was easily able to use inst/configure.py 
and nmake to compile and install Zope. But how do I generate the Zope.tgz 
needed for WinBuilders? Will WinBuilders work with InnoSetup 5.0.8?

Regards,
Florian Schulze
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Re: Clarification re: Zope X3.1, 2.8

2005-03-30 Thread Florian Schulze
On Tue, 29 Mar 2005 18:12:51 -0500, Tim Peters [EMAIL PROTECTED] 
wrote:

[Tres]
 - ZODBGuru uses 'svn rm' to zap the current ZODB on the trunk,
   replacing it with an 'svn:external' link to your ZODB 3.4 tag; and
   then tests it (could be an 'svn cp', but I don't see any benefit to
   maintaining a Zope-specific fork).
My problem.  It will certainly be done via 9 svn switchs on my local
machine first.  As explained elsewhere, there are several other
possible sources of integration problems here, and I can't know about
those before actually trying it.  It's possible, e.g., that I'll need
to change ZODB 3.4 to worm around them, or switch ZODB to using a
different ZConfig, etc.  Can't predict here.
[snip]
 - ReleaseMaker uses 'svn cp' to create the release tag for Zope 2.8a2
   (whatever it is being called).
Check.
When you use svn:external, it will be copied as is to the tag, so when the 
external files change, the files in the tag change as well. So a svn cp 
would be better I guess.

Regards,
Florian Schulze
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Nightly Zope 3 Binary Compiles for WIndows

2004-04-24 Thread Florian Schulze
On Sat, 24 Apr 2004 18:59:36 +0200, Max M [EMAIL PROTECTED] wrote:

I *did* manage to get Z3 compiled under Cygwin.
I just had to type python setup.py build -i and was able to run it after 
adding the principals.zcml file.

I used WinCVS (crlf eol) to check it out, for compiling I used MSVC6 and 
for running Python 2.3.3. I had no problems.

Regards,
Florian Schulze
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )