[wpkg-users] Quick questions about config files

Stian Husemoen stian.husemoen at batbelt.org
Sat Jul 1 15:34:16 CEST 2006


I'm playing around with the config files and writing my own 
parser/generator in python. A couple of quirks shows up that doesn't 
seem consistent to me (frankly it makes my code look a little less sleak 
;-) ):

packages.xml has:

	<packages>
	  <package/>
	  ...
	</packages>


profiles.xml has:


	<profiles>
	  <profile/>
	  ...
	</profiles>


why does hosts.xml have:

	<wpkg>
	  <host/>
	</wpkg>


Also, why use different attributes in :

	<profile>
	  <package package-id=""/>
	</profile>

	<packages>
	  <package id="" />
	</package>


No critique, just curious :-)


-- 
Stian Husemoen





_______________________________________________
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users




More information about the wpkg-users mailing list