[mythtv-commits] mythtv branch devel/housekeeper updated by wagnerrp. v0.27-pre2-1170-g0b67590

Git Repo Owner noreply at mythtv.org
Sun Jun 2 01:09:46 UTC 2013


The branch, devel/housekeeper has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  0b67590b5cb2e8698c420d1e6d9633a021b5d0f5 (commit)
       via  89091369471d4be9c835d16113fb9c92addda18d (commit)
       via  1454557bc2b8120ac52625c0c71302b8250ffadb (commit)
       via  3671c225cce16460fe292d103d956389773f9d0f (commit)
       via  463953fe7195866bec3fa52a3b844ef895ad4b91 (commit)
       via  c92120e56e3bced45b4a4740d84e454908fcd8a9 (commit)
      from  6122951dae46d96a304f5ddc4fb9cc54908656f6 (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 0b67590b5cb2e8698c420d1e6d9633a021b5d0f5
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 21:05:09 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 21:05:09 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0b67590b5cb2e8698c420d1e6d9633a021b5d0f5

Add HardwareProfile task to assorted applications.
This replaces the initial HardwareProfile startup check in mythfrontend
with the new task run through the housekeeper, and adds the check to
mythbackend and mythjobqueue as well.



commit 89091369471d4be9c835d16113fb9c92addda18d
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 21:01:22 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 21:01:22 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=89091369471d4be9c835d16113fb9c92addda18d

Add missing header changes for HardwareProfileTask.



commit 1454557bc2b8120ac52625c0c71302b8250ffadb
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 20:53:30 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 20:53:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1454557bc2b8120ac52625c0c71302b8250ffadb

Add housekeeping task for hardware profiler (smolt).
This adds a housekeeping task to allow the hardware profiler to be run
periodically through the housekeeper, rather than a single check
performed during frontend startup. This also adds a schema update to
reorganize a few settings related to it.



commit 3671c225cce16460fe292d103d956389773f9d0f
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 20:52:53 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 20:52:53 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3671c225cce16460fe292d103d956389773f9d0f

Make sure housekeeping run times are in UTC.



commit 463953fe7195866bec3fa52a3b844ef895ad4b91
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 20:51:28 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 1 Jun 2013 20:51:28 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=463953fe7195866bec3fa52a3b844ef895ad4b91

Add schema update for housekeeping table changes.



commit c92120e56e3bced45b4a4740d84e454908fcd8a9
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 30 May 2013 22:43:09 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 30 May 2013 22:43:09 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c92120e56e3bced45b4a4740d84e454908fcd8a9

Remove old housekeeper from backend.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/hardwareprofile.cpp  |   57 ++-
 mythtv/libs/libmythbase/hardwareprofile.h    |   18 +-
 mythtv/libs/libmythbase/housekeeper.cpp      |    2 +-
 mythtv/libs/libmythbase/mythversion.h        |    2 +-
 mythtv/libs/libmythtv/dbcheck.cpp            |   56 ++
 mythtv/programs/mythbackend/housekeeper.cpp  |  835 --------------------------
 mythtv/programs/mythbackend/housekeeper.h    |   85 ---
 mythtv/programs/mythbackend/main_helpers.cpp |    8 +
 mythtv/programs/mythfrontend/main.cpp        |   20 +-
 mythtv/programs/mythjobqueue/main.cpp        |   10 +
 10 files changed, 156 insertions(+), 937 deletions(-)
 delete mode 100644 mythtv/programs/mythbackend/housekeeper.cpp
 delete mode 100644 mythtv/programs/mythbackend/housekeeper.h

-- 



More information about the mythtv-commits mailing list