| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Remove minihal.py and use NetworkManager to get a list of device names
and their hardware addresses. Still have to talk to hal via D-Bus to
build a description string, but the hal path is given to us by
NetworkManager, so we are sure we are only building a list of interfaces
that NetworkManager knows about and can communicate with.
Also rewrite command-stubs/list-harddrives to not use minihal.
|
| |
|
|
|
|
| |
Add some new false positives to pychecker false positives filtering.
|
|
The runpychecker.sh script will check anaconda for any pychecker warning using
a set of options, in combination with filtering of any warning regular-
expressions listed in pychecker-false-positives. If any warnings our found
they will be stored in pychecker-log and printed to stdout and runpychecker.sh
will exit with a status of 1, if no (non filtered) warnings are found it exits
with a status of 0
|