adds in the set of "usual" variables : PLC_MAIL_ENABLED and PLC_SLICE_PREFIX
[myplc.git] / plc_devel_config.xml
index e603edd..c9a7d52 100644 (file)
@@ -6,7 +6,7 @@ Default PLC build environment configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $
+$Id: plc_devel_config.xml,v 1.5 2006/11/09 15:46:48 mlhuang Exp $
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -37,7 +37,7 @@ $Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $
 
        <variable id="fedora_url" type="string">
          <name>Fedora Core Mirror URL</name>
-         <value>/usr/share/mirrors/fedora</value>
+         <value>file:///data/fedora</value>
          <description>Fedora Core mirror from which to install
          filesystems.</description>
        </variable>
@@ -145,6 +145,11 @@ $Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $
 
        <!-- myplc -->
        <packagereq type="mandatory">rsync</packagereq>
+
+       <!-- new_plc_api -->
+       <packagereq type="mandatory">docbook-utils-pdf</packagereq>
+       <packagereq type="mandatory">postgresql-devel</packagereq>
+       <packagereq type="mandatory">php-devel</packagereq>
       </packagelist>
     </group>