Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
If $HOME/hosts is a directory, distcc-config --get-hosts prints the directory's name instead of the host list. The script uses the function os.path.exists() to check whether the file $HOME/hosts exists. Using os.path.isfile() instead fixes the issue.
Created an attachment (id=35654) [details] patch that solves the problem
Markus, can you take care of this?
fixed.