]>
git.etc.gen.nz Git - mythtv-status.git/log
Andrew Ruthven [Fri, 11 Jan 2019 11:14:56 +0000 (00:14 +1300)]
Switch to /run
Andrew Ruthven [Fri, 11 Jan 2019 11:07:30 +0000 (00:07 +1300)]
Add a license block
Andrew Ruthven [Fri, 11 Jan 2019 11:03:18 +0000 (00:03 +1300)]
Update Copyright years
Andrew Ruthven [Fri, 11 Jan 2019 11:00:09 +0000 (00:00 +1300)]
Update ChangeLog
Andrew Ruthven [Fri, 11 Jan 2019 10:56:50 +0000 (23:56 +1300)]
Change the indenting to be consistent
Andrew Ruthven [Fri, 11 Jan 2019 10:56:05 +0000 (23:56 +1300)]
Add support for Fedora
Andrew Ruthven [Fri, 11 Jan 2019 10:37:00 +0000 (23:37 +1300)]
Rename ARGS to UPDATE_MOTD_ARGS and RUN to UPDATE_MOTD
Andrew Ruthven [Fri, 4 Jan 2019 22:28:21 +0000 (11:28 +1300)]
Clean up what files we create and how we handle them.
Thanks for the tip from Göran Uddeborgthat I was double handlinga file.
Andrew Ruthven [Mon, 31 Dec 2018 09:28:37 +0000 (22:28 +1300)]
Fix running the init.d script on a sysvinit system
Andrew Ruthven [Mon, 31 Dec 2018 09:20:28 +0000 (22:20 +1300)]
Fix the logic to support version 1.0.0!
Andrew Ruthven [Mon, 31 Dec 2018 09:20:13 +0000 (22:20 +1300)]
Fix my emai laddress
Andrew Ruthven [Mon, 31 Dec 2018 09:00:31 +0000 (22:00 +1300)]
Bump the date
Andrew Ruthven [Mon, 31 Dec 2018 09:00:16 +0000 (22:00 +1300)]
So many changes, and now 11 years old. Time for a 1.0 release.
Andrew Ruthven [Mon, 31 Dec 2018 08:54:30 +0000 (21:54 +1300)]
Oops, actually commit the update-motd.d snippet!
Andrew Ruthven [Mon, 31 Dec 2018 08:53:38 +0000 (21:53 +1300)]
Ship a systemd service file
Andrew Ruthven [Mon, 31 Dec 2018 08:50:29 +0000 (21:50 +1300)]
Knowing why mythtv-status failed can be useful
Andrew Ruthven [Mon, 31 Dec 2018 08:49:59 +0000 (21:49 +1300)]
Don't repeat ourselves
Andrew Ruthven [Sun, 30 Dec 2018 11:50:17 +0000 (00:50 +1300)]
This is going to be version 1.0.0...
Andrew Ruthven [Sun, 30 Dec 2018 11:45:59 +0000 (00:45 +1300)]
Bump the Standards-Version.
Andrew Ruthven [Sun, 30 Dec 2018 11:45:14 +0000 (00:45 +1300)]
Sorry Lintian, I need to override some things...
Andrew Ruthven [Sun, 30 Dec 2018 11:44:44 +0000 (00:44 +1300)]
Fix use of closes tag.
Andrew Ruthven [Sun, 30 Dec 2018 11:26:00 +0000 (00:26 +1300)]
Runs using dash
Andrew Ruthven [Sun, 30 Dec 2018 11:22:58 +0000 (00:22 +1300)]
Remove -w from the shebang line
Andrew Ruthven [Sun, 30 Dec 2018 11:14:17 +0000 (00:14 +1300)]
Specify my full GPG fingerprint
Andrew Ruthven [Sun, 30 Dec 2018 10:54:36 +0000 (23:54 +1300)]
Update test files for new output
Andrew Ruthven [Sun, 30 Dec 2018 10:54:18 +0000 (23:54 +1300)]
Tidy up the whitespace in the generated line, add a comma
Andrew Ruthven [Sun, 30 Dec 2018 10:49:25 +0000 (23:49 +1300)]
Fix disabling 'Status as of' block after the rename
Andrew Ruthven [Sun, 30 Dec 2018 10:07:22 +0000 (23:07 +1300)]
Support the 'new' update-motd.d system
Andrew Ruthven [Sun, 30 Dec 2018 09:49:10 +0000 (22:49 +1300)]
Update ChangeLog
David Meritt [Sun, 30 Dec 2018 09:46:04 +0000 (22:46 +1300)]
Finally fix time till next recording.
The Delta_Format method sometimes uses negative numbers, like:
Next Recording In: 1 Day, -1 Hour, -34 Minutes
This is painful to try and pass. This commit finally resolves this long
standing annoyance and now uses:
Next Recording In: 22 Hours, 25 Minutes
Thanks David for the patch, I was about to fix this myself once and for
all when I re-discovered your patch.
Andrew Ruthven [Sun, 30 Dec 2018 09:44:49 +0000 (22:44 +1300)]
Remove a wayward debug line
Andrew Ruthven [Sun, 30 Dec 2018 08:37:25 +0000 (21:37 +1300)]
Update ChangeLog
Andrew Ruthven [Sat, 8 Dec 2018 13:25:03 +0000 (02:25 +1300)]
Allow warn status only for encoders for errors - enable with --no-encoder-warn-non-idle
Andrew Ruthven [Sat, 8 Dec 2018 13:03:26 +0000 (02:03 +1300)]
Allow attrs to be flagged as optional.
Andrew Ruthven [Thu, 6 Dec 2018 22:27:30 +0000 (11:27 +1300)]
Add a new option --highlight which uses asterisks to highlight warnings.
Andrew Ruthven [Thu, 6 Dec 2018 22:02:37 +0000 (11:02 +1300)]
Optionally strip off anything after the decimal point once we've converted the size
Andrew Ruthven [Thu, 6 Dec 2018 21:54:21 +0000 (10:54 +1300)]
Reduce the threshold to convert to TB to 1 TB
Andrew Ruthven [Thu, 6 Dec 2018 21:52:34 +0000 (10:52 +1300)]
When making a human readable disk size, keep the original.
This fixes a bug where we wouldn't show the disk space warning if the
total and used spaces were in different units.
It also stops us having to convert from the SI format to a common
unit (MB) to calculate the used percentage.
Andrew Ruthven [Thu, 6 Dec 2018 21:30:14 +0000 (10:30 +1300)]
Clean off unneeded precision
Andrew Ruthven [Thu, 6 Dec 2018 21:30:00 +0000 (10:30 +1300)]
Round to an integer
Andrew Ruthven [Mon, 12 Nov 2018 20:31:45 +0000 (09:31 +1300)]
Turns out I occasionally need to override the version
Andrew Ruthven [Mon, 12 Nov 2018 11:50:06 +0000 (00:50 +1300)]
Tidy up the formatting of this file
Andrew Ruthven [Mon, 12 Nov 2018 11:44:39 +0000 (00:44 +1300)]
Add Eric Wilde
Andrew Ruthven [Mon, 12 Nov 2018 11:36:57 +0000 (00:36 +1300)]
Eradicate tabs, line things up, add missing commas at ends of hashes/arrays
I've been putting this off for years, but it is finally time.
Andrew Ruthven [Mon, 12 Nov 2018 11:26:09 +0000 (00:26 +1300)]
11 years!
Andrew Ruthven [Mon, 12 Nov 2018 11:24:34 +0000 (00:24 +1300)]
Heh, don't need to list everything in this file...
Andrew Ruthven [Mon, 12 Nov 2018 11:24:10 +0000 (00:24 +1300)]
Move libsys-sigaction-perl to a recommends
Eric Wilde [Mon, 12 Nov 2018 11:22:40 +0000 (00:22 +1300)]
Remove dependency on Sys::SigAction
Eric Wilde [Mon, 12 Nov 2018 11:11:21 +0000 (00:11 +1300)]
More correct label.
Andrew Ruthven [Mon, 12 Nov 2018 11:10:18 +0000 (00:10 +1300)]
Allow showing device type in the encoder output
Original patch is from Eric Wilde, but made some assumptions that wouldn't
scale. Let's try this which is more general.
Eric Wilde [Mon, 12 Nov 2018 11:09:51 +0000 (00:09 +1300)]
Describe how one liner blocks work.
Andrew Ruthven [Mon, 12 Nov 2018 11:09:30 +0000 (00:09 +1300)]
Add Debian changelog entry
Eric Wilde [Mon, 12 Nov 2018 11:07:58 +0000 (00:07 +1300)]
Minor re-arrangement to make output consistent
Andrew Ruthven [Mon, 12 Nov 2018 10:35:26 +0000 (23:35 +1300)]
Add verbose output about status of config files
Andrew Ruthven [Mon, 12 Nov 2018 10:34:13 +0000 (23:34 +1300)]
Update Debian files for Config::Auto change
Eric Wilde [Mon, 12 Nov 2018 10:20:45 +0000 (23:20 +1300)]
Make Config::Auto an optional module.
Andrew Ruthven [Mon, 12 Nov 2018 09:57:18 +0000 (22:57 +1300)]
Merge branch 'release-0.10'
Andrew Ruthven [Wed, 3 May 2017 22:06:18 +0000 (10:06 +1200)]
Add issue
Andrew Ruthven [Wed, 25 Jan 2017 23:32:41 +0000 (12:32 +1300)]
Need to copy the buildinfo file now as well
Andrew Ruthven [Wed, 25 Jan 2017 23:27:29 +0000 (12:27 +1300)]
Automatic updates to po files
Andrew Ruthven [Wed, 25 Jan 2017 23:27:12 +0000 (12:27 +1300)]
Updates to make lintian happy
Andrew Ruthven [Wed, 25 Jan 2017 22:53:32 +0000 (11:53 +1300)]
Fix a typo
Andrew Ruthven [Wed, 25 Jan 2017 21:28:42 +0000 (10:28 +1300)]
Fix UTF-8 handling from MythTV::Program
Andrew Ruthven [Wed, 25 Jan 2017 21:14:56 +0000 (10:14 +1300)]
Update the copyright years
Andrew Ruthven [Wed, 25 Jan 2017 20:33:55 +0000 (09:33 +1300)]
Add pt_BR debconf translation
Andrew Ruthven [Thu, 8 Sep 2016 20:40:01 +0000 (08:40 +1200)]
Fix disabling skipping idle encoders via the config file.
Thanks to Karl for finding this.
Andrew Ruthven [Tue, 2 Aug 2016 12:10:38 +0000 (00:10 +1200)]
Bump the changelog
Andrew Ruthven [Tue, 2 Aug 2016 12:04:55 +0000 (00:04 +1200)]
Have Next Recording sum up the days including all bigger values
This fixes the issue where if the Next Recording is more than a week
and 1 day in the future, we'll report the wrong value for the Next
Recording.
Andrew Ruthven [Tue, 2 Aug 2016 11:32:50 +0000 (23:32 +1200)]
DateCalc behaviour has changed, use a different mode.
Somewhere between Date::Manip v6.0 and v6.32 the behaviour for DateCalc has
changed, so that now a DateCalc will keep on increasing the hours field,
without rolling over the days field.
Switching to an approximate mode for DateCalc which resolves this.
Andrew Ruthven [Sun, 11 Jan 2015 02:25:41 +0000 (15:25 +1300)]
Merge branch 'release-0.10'
Andrew Ruthven [Sat, 10 Jan 2015 03:38:27 +0000 (16:38 +1300)]
Switch to using a script to update the MOTD
Andrew Ruthven [Thu, 4 Dec 2014 21:27:44 +0000 (10:27 +1300)]
Merge branch 'release-0.10'
Andrew Ruthven [Thu, 4 Dec 2014 21:26:36 +0000 (10:26 +1300)]
Bump the Standards-Version.
Andrew Ruthven [Thu, 4 Dec 2014 21:26:13 +0000 (10:26 +1300)]
Support building on AMD64 and the new xz compression format.
Andrew Ruthven [Thu, 4 Dec 2014 21:26:01 +0000 (10:26 +1300)]
Bump my GPG key to the 4096 bit one.
Andrew Ruthven [Thu, 4 Dec 2014 21:19:03 +0000 (10:19 +1300)]
Merge branch 'release-0.10'
Andrew Ruthven [Thu, 4 Dec 2014 21:18:31 +0000 (10:18 +1300)]
Bump version number
Andrew Ruthven [Thu, 4 Dec 2014 21:06:15 +0000 (10:06 +1300)]
Merge branch 'release-0.10'
Conflicts:
ChangeLog
Andrew Ruthven [Tue, 2 Dec 2014 09:46:31 +0000 (22:46 +1300)]
Fix removing "0 hours" from Next Recording In if the hour is a multiple of 10.
Andrew Ruthven [Tue, 2 Dec 2014 07:30:26 +0000 (20:30 +1300)]
Fix sending emails with UTF-8 characters in them with Perl >= 5.18.
Andrew Ruthven [Thu, 11 Sep 2014 11:59:26 +0000 (23:59 +1200)]
Fix modifying next recording if it was "0 Days, 30 Hours".
It was being modified to "0 Day, 3" rather than "30 Hours".
Andrew Ruthven [Tue, 2 Dec 2014 09:46:31 +0000 (22:46 +1300)]
Fix removing "0 hours" from Next Recording In if the hour is a multiple of 10.
Andrew Ruthven [Tue, 2 Dec 2014 07:30:26 +0000 (20:30 +1300)]
Fix sending emails with UTF-8 characters in them with Perl >= 5.18.
Andrew Ruthven [Thu, 11 Sep 2014 11:59:26 +0000 (23:59 +1200)]
Fix modifying next recording if it was "0 Days, 30 Hours".
It was being modified to "0 Day, 3" rather than "30 Hours".
Andrew Ruthven [Thu, 21 Nov 2013 10:07:17 +0000 (23:07 +1300)]
Merge branch 'release-0.10'
Andrew Ruthven [Thu, 21 Nov 2013 10:06:06 +0000 (23:06 +1300)]
Add an install target to the Makefile.
Andrew Ruthven [Mon, 28 Oct 2013 10:17:33 +0000 (23:17 +1300)]
Merge branch 'release-0.10'
Andrew Ruthven [Mon, 28 Oct 2013 10:16:32 +0000 (23:16 +1300)]
Add an upload target for uploading to Debian.
Andrew Ruthven [Mon, 28 Oct 2013 10:04:09 +0000 (23:04 +1300)]
Bump standards version, remove obsolete control field.
Andrew Ruthven [Mon, 28 Oct 2013 09:36:22 +0000 (22:36 +1300)]
Minor whitespace changes.
Andrew Ruthven [Mon, 28 Oct 2013 09:36:07 +0000 (22:36 +1300)]
Update the copyright line.
Andrew Ruthven [Mon, 28 Oct 2013 09:35:26 +0000 (22:35 +1300)]
Allow pretending to run on a specific date for testing.
Andrew Ruthven [Sun, 27 Oct 2013 19:36:07 +0000 (08:36 +1300)]
Fix up returning the time if we have an old style timestamp.
Andrew Ruthven [Sun, 27 Oct 2013 19:35:32 +0000 (08:35 +1300)]
Only use ISODate if it is defined.
Andrew Ruthven [Sun, 27 Oct 2013 18:42:04 +0000 (07:42 +1300)]
Update the version numbers to have the Debian suffix.
Andrew Ruthven [Sun, 27 Oct 2013 18:40:24 +0000 (07:40 +1300)]
Add a guard when calculating the disk percentage used.
Andrew Ruthven [Sun, 27 Oct 2013 10:30:24 +0000 (23:30 +1300)]
Remove an extraneous hypen.
Andrew Ruthven [Sun, 27 Oct 2013 10:25:47 +0000 (23:25 +1300)]
Handle POD in Perl 5.18. Force the return code =item lines to be handled correctly.
Andrew Ruthven [Sat, 9 Feb 2013 11:04:04 +0000 (00:04 +1300)]
Merge branch 'release-0.10'
Andrew Ruthven [Sat, 9 Feb 2013 11:03:33 +0000 (00:03 +1300)]
Update the change log.