[wpkg-users] [Bug 79] Major WPKG enhancements, remote logging, doc, internal restructuring
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Thu Nov 15 01:10:10 CET 2007
http://bugzilla.wpkg.org/show_bug.cgi?id=79
Rainer Meier <skybeam at users.sourceforge.net> changed:
What |Removed |Added
Attachment #63 is|0 |1
obsolete| |
--- Comment #41 from Rainer Meier <skybeam at users.sourceforge.net> 2007-11-15 01:10:04 ---
Created an attachment (id=64)
--> (http://bugzilla.wpkg.org/attachment.cgi?id=64)
Full package, modified logging, fixed undefined attributes handling
After some reports from Falko (thanks a lot!) I was able to improve some more
things. Here's a list of changes:
* NEW: Modified logLevel parameter. Now acts as a bitmask which allows masking
* or unmasking of each severity level in its own. So for example it's
* possible mow to print only error, warning and debug by skipping info
* messages.
* FIX: In case logLevel is set to 0 no output is written.
* FIX: getPackageRevision() returns now "0" as a string instead of integer
* in case a package node does not have a revision attribute. This caused
* the version comparison of packages without revision attributes to fail
* since integers cannot be splitted by "." values ;-).
* MOD: At initialization only warnings and errors are logged.
* MOD: If a zombie package without reference from profile is removed it is
* removed from the local DB before a forced reboot (by exit code) takes
* place. This is done to avoid endless reboots in case the uninstall
* command returns the reboot command each time. Note that this can be
* disabled by the /noforcedremove switch. Moreover the package is NOT
* forced to be removed if the profile still has a reference to it (even
* if it is not within the package database any more).
* MOD: Modified some getter methods to return default values for optional
* attributes instead of returning null.
PLEASE NOTE:
============
It's too late for me to test this version now. I just post it in case you like
do try it. I will do some more-detailed tests tomorrow.
Sorry for the delay.
--
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