http://bugzilla.wpkg.org/show_bug.cgi?id=53


Rainer Meier <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
                   |                            |t




--- Comment #3 from Rainer Meier <[EMAIL PROTECTED]>  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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-------------------------------------------------------
Easy Software Deployment >> http://wpkg.org
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to