[zopeorg-checkins] CVS: NZO_SiteLayout - buildout_zope_sandbox:1.7

Sidnei da Silva sidnei at x3ng.com.br
Fri May 30 12:30:20 EDT 2003


Update of /cvs-zopeorg/NZO_SiteLayout
In directory cvs.zope.org:/tmp/cvs-serv31305

Modified Files:
	buildout_zope_sandbox 
Log Message:
Added Extensions, removed PythonMethod

=== NZO_SiteLayout/buildout_zope_sandbox 1.6 => 1.7 ===
 ExternalMount="$ZOPEORG_CVS_REPOSITORY co -dExternalMount Products/ExternalMount "
 ParsedXML="$ZOPEORG_CVS_REPOSITORY co -dParsedXML Products/ParsedXML "
 PortalBase="$ZOPEORG_CVS_REPOSITORY co -dPortalBase Products/PortalBase "
-PythonMethod="$ZOPEORG_CVS_REPOSITORY co -dPythonMethod Products/PythonMethod "
+#PythonMethod="$ZOPEORG_CVS_REPOSITORY co -dPythonMethod Products/PythonMethod "
 Redirector="$ZOPEORG_CVS_REPOSITORY co -dRedirector Products/Redirector "
 TrackerBase="$ZOPEORG_CVS_REPOSITORY co -dTrackerBase Products/TrackerBase "
 XMLDocument="$ZOPEORG_CVS_REPOSITORY co -dXMLDocument Products/XMLDocument "
 ZDBase="$ZOPEORG_CVS_REPOSITORY co -dZDBase Products/ZDBase "
+Extensions="$ZOPEORG_CVS_REPOSITORY co -dExtensions Products/Extensions "
 
 #------------------------------------------------------------------------------
 #   Build top-level sandbox dirs
@@ -425,11 +426,11 @@
     echo "Retrying in 30s"; sleep 30;
 done
 
-echo "Checking out PythonMethod";
-echo "cvs -Q -z7 -d $PythonMethod";
-while ! `cvs -Q -z7 -d $PythonMethod`; do
-    echo "Retrying in 30s"; sleep 30;
-done
+# echo "Checking out PythonMethod";
+# echo "cvs -Q -z7 -d $PythonMethod";
+# while ! `cvs -Q -z7 -d $PythonMethod`; do
+#     echo "Retrying in 30s"; sleep 30;
+# done
 
 echo "Checking out Redirector";
 echo "cvs -Q -z7 -d $Redirector";
@@ -455,6 +456,12 @@
     echo "Retrying in 30s"; sleep 30;
 done
 
+echo "Checking out Extensions";
+echo "cvs -Q -z7 -d $Extensions";
+while ! `cvs -Q -z7 -d $Extensions`; do
+    echo "Retrying in 30s"; sleep 30;
+done
+
 cd $optdir
 cp -rs $srcdir/CMF-$CMF_VERSION .
 ln -s CMF-$CMF_VERSION CMF
@@ -477,11 +484,12 @@
 ln -s $srcdir/ExternalMount .
 ln -s $srcdir/ParsedXML .
 ln -s $srcdir/PortalBase .
-ln -s $srcdir/PythonMethod .
+# ln -s $srcdir/PythonMethod .
 ln -s $srcdir/Redirector .
 ln -s $srcdir/TrackerBase .
 ln -s $srcdir/XMLDocument .
 ln -s $srcdir/ZDBase .
+ln -s $srcdir/Extensions .
 
 
 if [ "$CMF_VERSION" == "1.3.1" -o "$CMF_VERSION" == "1.3-branch" ]; then
@@ -529,12 +537,14 @@
 ln -s $optdir/ExternalMount .
 ln -s $optdir/ParsedXML .
 ln -s $optdir/PortalBase .
-ln -s $optdir/PythonMethod .
+# ln -s $optdir/PythonMethod .
 ln -s $optdir/Redirector .
 ln -s $optdir/TrackerBase .
 ln -s $optdir/XMLDocument .
 ln -s $optdir/ZDBase .
 
+cd $vardir/zope
+ln -s $optdir/Extensions .
 
 if [ "$ZOPE_VERSION" == "2.6.1" -o "$ZOPE_VERSION" == "2.6-branch" ]; then
     ln -s $optdir/DBTab .
@@ -577,7 +587,7 @@
 zeo_start=$optdir/Zope/lib/python/ZEO/start.py
 
 INSTANCE_HOME=$vardir/storage
-EVENT_LOG_FILE=$INSTANCE_HOME/var/debug.log
+EVENT_LOG_FILE=\$INSTANCE_HOME/var/debug.log
 export INSTANCE_HOME EVENT_LOG_FILE
 pidfile=\$INSTANCE_HOME/var/ZEO_SERVER.pid
 





More information about the zopeorg-checkins mailing list