[wpkg-users] [Bug 53] One Host, several Profiles
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Mon Nov 19 22:02:31 CET 2007
http://bugzilla.wpkg.org/show_bug.cgi?id=53
Rainer Meier <skybeam at users.sourceforge.net> changed:
What |Removed |Added
CC| |skybeam at users.sourceforge.ne
| |t
--- Comment #3 from Rainer Meier <skybeam at users.sourceforge.net> 2007-11-19 22:02:25 ---
One question to this. Why don't you use the already existing profile
dependencies to achieve the same?
Example:
hosts.xml:
<wpkg>
<host name="hostname" profile-id="developer" />
</wpkg>
profiles.xml:
<profiles>
<profile id="default">
<depends profile-id="default" />
<depends profile-id="office" />
<depends profile-id="dev-tools" />
<package package-id="additional-package" />
</profile>
<profile id="default">
<package package-id="some-app" />
</profile>
[...]
</profiles>
In that case no changes to WPKG are required at all. The profile just includes
as many other profiles as required.
Note: I did not verify this with "older" versions but with my wpkg-redesign
(see Bug 79).
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
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