[wpkg-users] [Bug 248] New: New condition - logical or fails

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Sat Oct 22 21:38:23 CEST 2011


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

           Summary: New condition - logical or fails
           Product: WPKG
           Version: other
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: wpkg.js
        AssignedTo: mangoo at wpkg.org
        ReportedBy: pendl2megabit at yahoo.de
         QAContact: wpkg-users at lists.wpkg.org


The following condition does not remove the JRE6 package from any host, that is
not named SATELLITE or not Win2k.

        <package package-id="JRE6">
            <condition>
                <check type="logical" condition="or">
                    <check type="host" condition="hostname" value="SATELLITE"/>
                    <check type="host" condition="os" value="5\.0\.\d{4}"/>
                </check>
            </condition>
        </package>

---
Stefan

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



More information about the wpkg-users mailing list