http://bugzilla.wpkg.org/show_bug.cgi?id=246 Rainer Meier <r.meier at wpkg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |r.meier at wpkg.org Resolution| |FIXED --- Comment #1 from Rainer Meier <r.meier at wpkg.org> --- /query:m updated to include execute="changed" packages only if there are other changes applied on the system. Just exactly as /synchronize would. Note that package removal is always done immediately and not only on change. Changes 2011-10-22, v1.2.1-RC29 by Rainer Meier <r.meier (at) wpkg.org> 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. |