[wpkg-users] [Bug 247] Formating issues in help message

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Sat Oct 22 01:32:02 CEST 2011


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

Rainer Meier <r.meier at wpkg.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r.meier at wpkg.org
         Resolution|                            |FIXED

--- Comment #2 from Rainer Meier <r.meier at wpkg.org>  ---
As TortoiseDiff crashed on me when applying the patch I did it manually. I've
included just one tab on indentation of wrapped lines since tab-with might
differ on some systems.

MOD: Improved variable handling. Now variables can overwrite previously defined
     variables even if they are defined recursively.
     For example it is possible to "extend" a previously defined variable in
     hosts with a variable defined in profiles or packages. So the following
     is valid now:
     Hosts:       SOFTWARE=\\host\software-share
                  SETTINGS\\host\settings-share
                  VAR1=test
     Profiles:    SOFTWARE=%SOFTWARE%\subdirectory
                  VAR2=test
     Package:     SOFTWARE=%SOFTWARE%\subdir-of-subdir
NEW: Implemented new query parameters:
         s - List host attributes from settings (wpkg.xml).
         l - List host attributes read from local host.
     The "s" option is mainly implemented for statistical and reporting
     purpose. If the local settings database (settings.xml) is copied to any
     host, then this option allows to query the host information attributes
     stored in wpkg.xml. It's supposed to be used with the /settings:<path>
     option therefore.
     e.g. wpkg.js /settings:\\server\share\wpkg-<HOSTNAME>.xml /query:s
     This will show the host attributes of of <HOSTNAME> as enclosed within the
     XML datastructure.
     The "l" option has been mainly implemented for testing purposes. It can
     be used to debug the host attribute parameters read by WPKG. It will
     always read the host attributes from the host wpkg.js is run on.
FIX: /query:m shall list execute="changed" packages only if there are other
     changes to be performed.
     Fixes bug 246. Thanks to Stefan Pendl for reporting.
FIX: Fixed formatting errors in help message (/help switch).
     Fixes bug 247. Thanks to Stefan Pendl for reporting.


br,
Rainer

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