[cvs] / gkbweb / htdocs / admin / database.xml.example  

cvs: gkbweb/htdocs/admin/database.xml.example

File: [cvs] / gkbweb / htdocs / admin / database.xml.example (download)
Revision: 1.2, Sat Dec 18 04:18:56 2004 UTC (8 years, 5 months ago) by tmcnulty
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
added config path column

<database host="localhost" name="gkb" user="gkb" pass="">
	<table name="archs" dname="Architectures">
		<index name="index" dname="Architecture" type="tablelist" args="table=archs;valuecol=safename;textcol=name"/>
		<col name="safename" dname="Safe Name" type="text"/>
		<col name="name" dname="Full Name" type="text"/>
		<col name="descr" dname="Description" type="textarea"/>
	</table>
	<table name="buildhosts" dname="Build Hosts">
		<index name="index" dname="Build Host" type="tablelist" args="table=buildhosts;valuecol=name;textcol=name"/>
		<col name="name" dname="Name" type="text"/>	
		<col name="arch" dname="Architecture" type="tablelist" args="table=archs;valuecol=safename;textcol=name"/>
		<col name="pass" dname="Password" type="text"/>
		<col name="hostname" dname="Host Name" type="text"/>
		<col name="logspath" dname="Path to Log Files" type="text"/>
		<col name="infopath" dname="Path to System Info" type="text"/>
		<col name="notes" dname="Notes" type="textarea"/>	
	</table>
	<table name="treeinfo" dname="Tree Categories">
		<index name="index" dname="Tree Category" type="tablelist" args="table=treeinfo;valuecol=tree;textcol=name"/>
		<col name="tree" dname="Safe Name" type="text" args=""/>
		<col name="name" dname="Full Name" type="text" args=""/>
		<col name="description" dname="Description" type="textarea" args=""/>
	</table>
	<table name="mastertrees" dname="Master Trees">
		<index name="index" dname="Master Tree" type="tablelist" args="table=mastertrees;valuecol=name;textcol=name"/>
		<col name="tree" dname="Tree" type="tablelist" args="table=treeinfo;valuecol=tree;textcol=tree"/>
		<col name="name" dname="Name" type="text" args=""/>
		<col name="type" dname="Type" type="simplelist" args="stable;devel"/>	
		<col name="method" dname="Source Retrieval Method" type="simplelist" args="rsync;bk;vanilla"/>
		<col name="args" dname="Method Arguments" type="text" args=""/>
		<col name="notes" dname="Notes" type="textarea"/>	
	</table>
	<table name="buildcategories" dname="Build Categories">
		<index name="index" dname="Build Category" type="tablelist" args="table=buildcategories;valuecol=safename;textcol=name"/>
		<col name="safename" dname="Safe Name" type="text"/>
		<col name="name" dname="Full Name" type="text"/>
		<col name="descr" dname="Description" type="textarea"/>
	</table>
	<table name="builds" dname="Builds">
		<index name="index" dname="Build" type="tablelist" args="table=builds;valuecol=safename;textcol=fullname"/>
		<col name="status" dname="Status" type="simplelist" args="checked-in;checked-out;build-queued;disabled"/>
		<col name="statusinfo" dname="Status Info" type="readonly"/>
		<col name="mastertree" dname="Master Tree" type="tablelist" args="table=mastertrees;valuecol=name;textcol=name"/>
		<col name="arch" dname="Architecture" type="tablelist" args="table=archs;valuecol=safename;textcol=name"/>
		<col name="type" dname="Type" type="simplelist" args="kernel24;kernel26"/>
		<col name="binname" dname="Binary Name" type="text"/>
		<col name="binpath" dname="Path to Binary" type="text"/>
		<col name="configpath" dname="Path to Config" type="text"/>
		<col name="category" dname="Category" type="tablelist" args="table=buildcategories;valuecol=safename;textcol=name"/>
		<col name="safename" dname="Safe Name" type="text"/>
		<col name="fullname" dname="Full Name" type="text"/>
		<col name="patchfile" dname="Patch Files" type="mfile" args="dir=../build/patches/%safename%;wwwprefix=../build/patches/%safename%"/>
		<col name="configfile" dname="Configuration File" type="mfile" args="dir=../build/configs/%safename%;wwwprefix=../build/configs/%safename%"/>
		<col name="summary" dname="Summary" type="text"/>
		<col name="description" dname="Description" type="textarea"/>
		<col name="notes" dname="Notes" type="textarea"/>	
	</table>
</database>

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help