[wpkg-users] [Bug 53] New: One Host, several Profiles

bugzilla-daemon at wpkg.org bugzilla-daemon at wpkg.org
Wed Jan 24 18:02:21 CET 2007


Please reply using this URL only: http://bugs.wpkg.org/show_bug.cgi?id=53

           Summary: One Host, several Profiles
           Product: WPKG
           Version: 0.9.10
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wpkg.js
        AssignedTo: mangoo at mch.one.pl
        ReportedBy: wpkg at guzman.at
         QAContact: wpkg-users at lists.wpkg.org


Ave WPKG developer,

some time ago I made some changes to the WPKG.js script. Those Changes
give me the possibility to add more then one Profile to a Host.

I needed this, for e.g. I had a graphic Profile, a developer Profile and
a basic Profile. Graphic and developer depend on basic. And then I had
to setup a host that was graphic and developer PC. Using the:

     <host name="alCapone" profile-id="graphic" />

schema I could not get two differnet Porfiles onto one Host.

Yes, it cold have been possibe If I would have created an extra profile
for that Host, but I did not like that idea. So what I did, I extended
the Schema to an alternative:

     <host name="alCapone">
         <profile id="graphic"/>
         <profile id="dev"/>
     </host>

The file I send to you works great and it is backwards compatible.

Further more I have changed the Check condition part. On my system there
was a bug, if the file did not exist, the test for
CheckValFromFileSystem != "UNKNOWN" did not fail, I had to add &&
CheckValFromFileSystem != "" now it works fine.

Hannes

-- 
Configure bugmail: http://bugs.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.






_______________________________________________
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