lp:~vultaire/charm-hw-health
- Get this repository:
-
git clone
https://git.not.enabled/~vultaire/charm-hw-health
Branches
Name | Last Modified | Last Commit |
---|---|---|
lp1904032 | 2020-11-16 23:14:56 UTC |
LP#1904032: Fix "lshw -json" parsing on Focal
Author:
Paul Goins
LP#1904032: Fix "lshw -json" parsing on Focal In Bionic, "lshw -json" output one dictionary per item it was In Focal, "lshw -json" outputs records in a list, which is more The fix is simply to grab the first item in the list and act upon it. |
ilorest-output-fix | 2020-08-12 23:00:15 UTC |
Fixed PATH-related issue which broke cron_ilorest.py
Author:
Paul Goins
Fixed PATH-related issue which broke cron_ilorest.py Since /usr/sbin/ is not on the PATH via cron, call ilorest as (Thanks Drew for the idea!) |
remove- |
2020-08-12 21:46:47 UTC |
Removing now-unused check file to avoid confusion
Author:
Paul Goins
Removing now-unused check file to avoid confusion |
wait-for- |
2020-08-11 22:27:12 UTC |
Fixed a bug in wait_for_vendor_apt().
Author:
Paul Goins
Fixed a bug in wait_for_ There's a clause which tries to do an isinstance check, but does not This triggered on tools.ILOrest because, while it is a subclass of >>> isinstance( This is fixed by instantiating an ILOrest object and using that instead. |
cron-ilorest- |
2020-08-11 20:55:02 UTC |
Fix for cron_ilorest.py
Author:
Paul Goins
Fix for cron_ilorest.py |
apt-vendor-tool-fix | 2020-08-11 19:29:13 UTC |
Fixed AptVendorTool --filename argument
Author:
Paul Goins
Fixed AptVendorTool --filename argument |
functest-fix | 2020-08-11 18:56:03 UTC |
Fixed error class reference
Author:
Paul Goins
Fixed error class reference |
class-object- |
2020-08-11 18:15:10 UTC |
Fixed inconsistency between get_tools() targets.
Author:
Paul Goins
Fixed inconsistency between get_tools() targets. get_tools("test") returns a set of classes, while get_tools("auto") The charm code expects the classes and instantiates itself, which This patch updates the reactive module to expect instantiated objects. |
class-object- |
2020-08-11 17:42:55 UTC |
Fixed inconsistency between get_tools() targets.
Author:
Paul Goins
Fixed inconsistency between get_tools() targets. get_tools("test") returns a set of classes, while get_tools("auto") The charm code expects the classes and instantiates itself, which This patch simply makes get_tools("auto") also return classes and rely |
show-sel-log-2 | 2019-10-25 15:29:08 UTC |
Forgot to add the symlink for the show-sel action
Author:
Paul Goins
Forgot to add the symlink for the show-sel action |
show-sel-log | 2019-10-25 15:29:08 UTC |
Forgot to add the symlink for the show-sel action
Author:
Paul Goins
Forgot to add the symlink for the show-sel action |
1 → 11 of 11 results | First • Previous • Next • Last |