
noreply at mythtv
Apr 23, 2012, 1:08 PM
Views: 68
Permalink
|
|
mythtv branch master updated by wagnerrp. v0.26-pre-109-gc6a6962
|
|
The branch, master has been updated on the mythtv repository by gitolite user wagnerrp. via c6a6962a86b8436a4687f85d7ba9987c04b09b29 (commit) from fe4697cd988676e05be6eae4e5e9582cdd3e532e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c6a6962a86b8436a4687f85d7ba9987c04b09b29 Author: Raymond Wagner <rwagner [at] mythtv> at Mon, 23 Apr 2012 16:03:11 -0400 Committer: Raymond Wagner <rwagner [at] mythtv> at Mon, 23 Apr 2012 16:03:11 -0400 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=c6a6962a86b8436a4687f85d7ba9987c04b09b29 Simplify and overcomplicate OS detection for hardware profiler. This reworks the OS detection in smolt with a series of helper decorators to define tests for different OSs individually, rather than through a large conditional loop. Tests are run in order of definition as before. This also adds detection for Mythbuntu, FreeBSD, and OSX version. ----------------------------------------------------------------------- Summary of changes: .../programs/scripts/hardwareprofile/os_detect.py | 393 +++++++++++++------- 1 files changed, 250 insertions(+), 143 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|