Difference between revisions of "Hosts.xml"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 9: Line 9:
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
  
<wpkg>
+
<wpkg><br>
 
+
<host name="host1" profile-id="custom" /><br>
    <host name="host1" profile-id="custom" />
+
</wpkg><br>
 
+
</wpkg>
+
  
 
</blockquote>
 
</blockquote>

Revision as of 12:02, 25 June 2005

hosts.xml is a file which defines the the hosts and the profiles, which this hosts will use.

It has to be placed in the same direstory as wpkg.js.

WPKG will not work without this file.


The structure of hosts.xml is the following:

<wpkg>
<host name="host1" profile-id="custom" />
</wpkg>

Which means, that a hostname with a name host1 will use a profile custom. Profiles are defined in packages.xml.