Difference between revisions of "Profiles.xml"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 1: Line 1:
'''profiles.xml''' is a file which defines the software, which are used by the hosts.
+
'''profiles.xml''' is a file which defines the software, which will be installed on hosts.
  
It has to be placed in the same direstory as [[wpkg.js]].
+
This file has to be placed in the same direstory as [[wpkg.js]].
  
 
WPKG will not work without this file.
 
WPKG will not work without this file.
Line 7: Line 7:
 
Hosts are defined in [[hosts.xml]] file.<br>
 
Hosts are defined in [[hosts.xml]] file.<br>
 
Packages are defined in [[packages.xml]] file.
 
Packages are defined in [[packages.xml]] file.
 +
 +
 +
----
 +
 +
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 +
<profiles>
 +
    <profile id="default">
 +
      <package package-id="wpkg1" />
 +
    </profile>
 +
</profiles>
 +
</blockquote>
  
 
==See also==
 
==See also==

Revision as of 12:48, 25 June 2005

profiles.xml is a file which defines the software, which will be installed on hosts.

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

WPKG will not work without this file.

Hosts are defined in hosts.xml file.
Packages are defined in packages.xml file.



<profiles> <profile id="default"> <package package-id="wpkg1" /> </profile> </profiles>

See also