search for: _app_query

Displaying 2 results from an estimated 2 matches for "_app_query".

2010 Apr 08
1
[PATCH] Move all interaction with the config file into Sys::VirtV2V::Config
...ot;)) + unless (defined($distro)); + + # Create a list of xpath queries against the config which look for a + # matching <app> config entry in descending order of specificity + my @queries; + if (defined($major)) { + if (defined($minor)) { + push(@queries, _app_query($name, $distro, $major, $minor, $arch)); + push(@queries, _app_query($name, $distro, $major, $minor, undef)); + } + + push(@queries, _app_query($name, $distro, $major, undef, $arch)); + push(@queries, _app_query($name, $distro, $major, undef, undef)); + } + + p...
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch because I haven't pushed it yet. On top of that patch, it includes the capabilities patch in as many bits as I could make it into. The big one is 7/8. I've tested all of the following guests both with and without RHN registration: Xen RHEL 54 PV Xen RHEL 51 PV Xen RHEL 48 PV ESX RHEL 54 FV