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

Sidnei da Silva sidnei at x3ng.com.br
Fri May 30 17:10:19 EDT 2003


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

Modified Files:
	buildout_zope_sandbox 
Log Message:
Enabling ContentList and fixing a misconfiguration.

=== NZO_SiteLayout/buildout_zope_sandbox 1.8 => 1.9 ===
 ZWiki="$ZWIKI_CVS_REPOSITORY co -dZWiki zwiki "
 BackTalk="$BACKTALK_CVS_REPOSITORY co -dBackTalk BackTalk "
 CMFBackTalk="$COLLECTIVE_CVS_REPOSITORY co -dCMFBackTalk CMFBackTalk "
+CMFContentList="$COLLECTIVE_CVS_REPOSITORY co -dCMFContentList CMFContentList "
 CMFPlone="$PLONE_CVS_REPOSITORY co -dCMFPlone -r$PLONE_TAG CMFPlone "
 Formulator="$FORMULATOR_CVS_REPOSITORY co -dFormulator -r$FORMULATOR_TAG Formulator "
 ExternalEditor="$ZOPE_CVSROOT co -dExternalEditor Products/ExternalEditor "
@@ -383,6 +384,12 @@
     echo "Retrying in 30s"; sleep 30;
 done
 
+echo "Checking out CMFContentList";
+echo "cvs -Q -z7 -d $CMFContentList";
+while ! `cvs -Q -z7 -d $CMFContentList`; do
+    echo "Retrying in 30s"; sleep 30;
+done
+
 echo "Checking out CMFPlone";
 echo "cvs -Q -z7 -d $CMFPlone";
 while ! `cvs -Q -z7 -d $CMFPlone`; do
@@ -478,6 +485,7 @@
 ln -s $srcdir/ZWiki .
 ln -s $srcdir/BackTalk .
 ln -s $srcdir/CMFBackTalk .
+ln -s $srcdir/CMFContentList .
 ln -s $srcdir/CMFCollector .
 ln -s $srcdir/QueueCatalog .
 ln -s $srcdir/CMFPlone .
@@ -518,6 +526,12 @@
 fi
 
 #------------------------------------------------------------------------------
+#   Install Extansions
+#------------------------------------------------------------------------------
+cd $vardir/zope
+ln -s $optdir/Extensions .
+
+#------------------------------------------------------------------------------
 #   Install products
 #------------------------------------------------------------------------------
 cd $vardir/zope/Products
@@ -526,6 +540,7 @@
 ln -s $optdir/CMF/CMFTopic .
 ln -s $optdir/CMF/CMFCalendar .
 ln -s $optdir/CMFBackTalk .
+ln -s $optdir/CMFContentList .
 ln -s $optdir/CMFCollector .
 ln -s $optdir/QueueCatalog .
 ln -s $optdir/DCWorkflow .
@@ -551,9 +566,6 @@
 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 .





More information about the zopeorg-checkins mailing list