[mythtv-commits] mythtv branch master updated by wagnerrp. v0.28-pre-796-gcab647b

Git Repo Owner noreply at mythtv.org
Sun Feb 2 08:28:20 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  cab647b636c8f1fc0fb85e2d851bd059ce860454 (commit)
      from  ffa364019e7d5bc0b88f4c83d21511090735b45d (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 cab647b636c8f1fc0fb85e2d851bd059ce860454
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Feb 2014 03:26:30 -0500
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Feb 2014 03:26:30 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cab647b636c8f1fc0fb85e2d851bd059ce860454

Allow housekeeper to track last successful run of task
This adds a new column to the database for tracking the last successful
run of a task, in relation to its last attempted run, for the purpose of
allowing a failed task to rerun on a shorter interval. This also updates
the hardware profiler to retry daily after a failure, rather than
waiting 30 days for another attempt.



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm            |    2 +-
 mythtv/bindings/python/MythTV/static.py   |    2 +-
 mythtv/libs/libmythbase/hardwareprofile.h |    1 +
 mythtv/libs/libmythbase/housekeeper.cpp   |  117 +++++++++++++++++++++--------
 mythtv/libs/libmythbase/housekeeper.h     |   21 +++--
 mythtv/libs/libmythbase/mythversion.h     |    2 +-
 mythtv/libs/libmythtv/dbcheck.cpp         |   12 +++
 7 files changed, 114 insertions(+), 43 deletions(-)

-- 



More information about the mythtv-commits mailing list