[Zope-CVS] CVS: Products/OSCOM/bootstrap - buildout_zope_sandbox:1.9
Tres Seaver
tseaver@zope.com
Tue, 13 May 2003 23:01:25 -0400
Update of /cvs-repository/Products/OSCOM/bootstrap
In directory cvs.zope.org:/tmp/cvs-serv32524
Modified Files:
buildout_zope_sandbox
Log Message:
- Add NOTSite product. Because this one is in active development,
we will just link it everywhere from 'src', rather than trying to
keep the symlink trees synched up.
- Repair CMF checkout (stray '-r' in cvs line).
=== Products/OSCOM/bootstrap/buildout_zope_sandbox 1.8 => 1.9 ===
--- Products/OSCOM/bootstrap/buildout_zope_sandbox:1.8 Tue May 13 21:57:27 2003
+++ Products/OSCOM/bootstrap/buildout_zope_sandbox Tue May 13 23:01:23 2003
@@ -129,6 +129,10 @@
fi
fi
+NOTSITE_VERSION=${NOTSITE_VERSION:-head}
+NOTSITE_MODULE="Products/OSCOM/NOTSite"
+NOTSITE_TAG=
+
#------------------------------------------------------------------------------
# Build top-level sandbox dirs
#------------------------------------------------------------------------------
@@ -307,7 +311,7 @@
# Fetch products.
#------------------------------------------------------------------------------
cd $srcdir
-$cvs -d $ZOPE_CVSROOT co -d CMF-$CMF_VERSION -r $CMF_TAG $CMF_MODULE
+$cvs -d $ZOPE_CVSROOT co -d CMF-$CMF_VERSION $CMF_TAG $CMF_MODULE
cd $optdir
$cprs $srcdir/CMF-$CMF_VERSION .
$lnsf CMF-$CMF_VERSION CMF
@@ -329,6 +333,11 @@
$lnsf DBTab-$DBTAB_VERSION DBTab
fi
+cd $srcdir
+$cvs -d $ZOPE_CVSROOT co -d NOTSite-$NOTSITE_VERSION $NOTSITE_TAG $NOTSITE_MODULE
+cd $optdir
+$lnsf $srcdir/NOTSite-$NOTSITE_VERSION NOTSite
+
#------------------------------------------------------------------------------
# Install products
#------------------------------------------------------------------------------
@@ -342,6 +351,7 @@
if [ "$ZOPE_VERSION" == "2.6.1" -o "$ZOPE_VERSION" == "2.6.2" ]; then
$lnsf $optdir/DBTab .
fi
+$lnsf $optdir/NOTSite .
#------------------------------------------------------------------------------
# Set up DBTab