GNOME Bugzilla – Bug 341604
lsb_release doesn't exist on solaris
Last modified: 2006-05-13 07:53:59 UTC
When checking for the distro, tinderbox.py calls lsb_release, which doesn't exist on (open)solaris, causing a CommandError.
Created attachment 65360 [details] [review] patch to fix CommandError exception Just a one-line fix.
I changed get_distro() to catch CommandError rather than OSError now. That should solve the problem (I think the only case where OSError would be expected to occur now raises CommandError). Thanks for the bug report.