[wpkg-users] [Bug 209] Replace variables in package revisions by their value in local wpkg.xml file
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Sat Jul 9 12:44:13 CEST 2011
http://bugzilla.wpkg.org/show_bug.cgi?id=209
--- Comment #6 from Rainer Meier <r.meier at wpkg.org> ---
Just commited modification which allows extended host matches for variables as
well as includes lcid matching in extended host matching.
FIX: Fixed minior formatting errors in usage message.
Fixes bug 220. Thanks to Stefan Pendl.
NEW: Printing command + expanded command in debug message when executing
commands.
Fixes bug 221. Thanks to Stefan Pendl.
FIX: Packages which were already updated by the user (detected by
precheck-update=always) were not added to the local package database.
As a result such packages were checked over and over again for upgrade
on each WPKG-run.
Fixes bug 219. Thanks to Heiko Helmle.
NEW: Supporting extended host matching in variables.
Fixes bug 209. Thanks to Stefan Pendl.
NEW: Added generic lcid matching for all XML elements which support extended
host matching. Now the following attributes can be matched:
os="windows 7"
ipaddresses="^192\.168\.1\..*"
domainname="^domain$"
groups="^group.*$"
architecture="x86"
lcid="407,c07,1407,1007,807"
These matches can be used within the following XML elements now:
In hosts.xml:
<host name="..." proifile-id="..." os="..." ... />
<variable name="..." value="..." os="..." ... />
In profiles.xml:
<variable name="..." value="..." os="..." ... />
<package package-id="..." os="..." ... />
In packages.xml:
<variable name="..." value="..." os="..." ... />
<install cmd="..." os="..." />
<upgrade cmd="..." os="..." />
<downgrade cmd="..." os="..." />
<remove cmd="..." os="..." />
Implements request filed in bug 209. Thanks to Stefan Pendl.
--
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