[mythtv-commits] Ticket #13413: ThemeUpdateChecker does not appear to properly parse new version numbering (possible high resource usage)

MythTV noreply at mythtv.org
Mon Feb 25 15:55:42 UTC 2019


#13413: ThemeUpdateChecker does not appear to properly parse new version numbering
(possible high resource usage)
----------------------------------------+----------------------------------
 Reporter:  Gary Buhrmaster             |          Owner:  Stuart
                                        |  Auchterlonie
     Type:  Bug Report - General        |         Status:  new
 Priority:  minor                       |      Milestone:  needs_triage
Component:  Services - Theme Downloads  |        Version:  Unspecified
 Severity:  medium                      |     Resolution:
 Keywords:                              |  Ticket locked:  0
----------------------------------------+----------------------------------

Comment (by Peter Bennett):

 Could this be due to an incorrect version string? The version string is
 supposed to reflect the "git describe --dirty". When I run "git describe
 --dirty" on v30 I get "v30.0-11-gf11c5aba6e". This pattern does not match
 the string that you have provided (v30.0-26034244e8b). Your string is
 missing the "-11" and the g in front of the haash. My mythbackend on my
 version does not give any of those error messages mentioned above.

 If this is the problem, the build/package process needs to be fixed to use
 the correct version. The build gets the version number from git, or that
 fails, from a version text file in the source tree. Some package processes
 fill in the version text file and may be doing it incorrectly.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13413#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list