Add configuration option to build all BootCD images (meaning cramfs-based ones).
[myplc.git] / plc_devel_config.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Default PLC build environment configuration file
5
6 Mark Huang <mlhuang@cs.princeton.edu>
7 Copyright (C) 2006 The Trustees of Princeton University
8
9 $Id$
10 -->
11
12 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
13
14 <configuration>
15   <variables>
16     <category id="plc_devel">
17       <name>Build Environment</name>
18       <description>These variables control the behavior of the
19       PlanetLab build environment.</description>
20
21       <variablelist>
22         <variable id="fedora_release" type="string">
23           <name>Fedora Core Release Version</name>
24           <value>4</value>
25           <description>Version number of Fedora Core upon which to
26           base the build environment. Warning: Currently, only Fedora
27           Core 4 is supported.</description>
28         </variable>
29
30         <variable id="fedora_arch" type="string">
31           <name>Fedora Core Base Architecture</name>
32           <value>i386</value>
33           <description>Base architecture of the build
34           environment. Warning: Currently, only i386 is
35           supported.</description>
36         </variable>
37
38         <variable id="fedora_url" type="string">
39           <name>Fedora Core Mirror URL</name>
40           <value>file:///data/fedora</value>
41           <description>Fedora Core mirror from which to install
42           filesystems.</description>
43         </variable>
44
45         <variable id="cvsroot" type="string">
46           <name>CVS Root</name>
47           <value>/cvs</value>
48           <description>CVSROOT to use when checking out code.</description>
49         </variable>
50
51         <variable id="bootstrap" type="boolean">
52           <name>Bootstrap Build</name>
53           <value>false</value>
54           <description>Controls whether MyPLC should be built inside
55           of its own development environment.</description>
56         </variable>
57       </variablelist>
58     </category>
59   </variables>
60
61   <comps>
62     <!-- deprecated - not used anymore - use .lst files instead -->
63   </comps>
64
65 </configuration>