[wpkg-users] [Bug 27] WPKG should accept exit code="any"

bugzilla-daemon at wpkg.org bugzilla-daemon at wpkg.org
Thu Jun 22 18:00:09 CEST 2006


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





------- Additional Comments From mangoo at mch.one.pl  2006-06-22 18:00 -------
The fix is simple.

Look for "// search for exit code" in the code (4 times), and put something like:

var newVariable = cmdNode.selectSingleNode("exit[@code='any']" );

after it.

Then, "integrate" it in "// check for special exit codes":

else if (newVariable.getAttribute("code") == "any")

+ some checks with || or && to make sure everything works properly (user can
have several exit codes, for some of them reboot=true" etc.


-- 
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