mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Stop showing entire changelog on new install
[skip ci]
This commit is contained in:
parent
41ee863d2a
commit
8549306a7b
1 changed files with 0 additions and 4 deletions
|
@ -302,8 +302,6 @@ def initialize(config_file):
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
logger.error("Unable to read previous version from file '%s': %s" %
|
logger.error("Unable to read previous version from file '%s': %s" %
|
||||||
(version_lock_file, e))
|
(version_lock_file, e))
|
||||||
else:
|
|
||||||
prev_version = 'cfd30996264b7e9fe4ef87f02d1cc52d1ae8bfca'
|
|
||||||
|
|
||||||
# Get the currently installed version. Returns None, 'win32' or the git
|
# Get the currently installed version. Returns None, 'win32' or the git
|
||||||
# hash.
|
# hash.
|
||||||
|
@ -340,8 +338,6 @@ def initialize(config_file):
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
logger.error("Unable to read previous release from file '%s': %s" %
|
logger.error("Unable to read previous release from file '%s': %s" %
|
||||||
(release_file, e))
|
(release_file, e))
|
||||||
elif prev_version == 'cfd30996264b7e9fe4ef87f02d1cc52d1ae8bfca': # Commit hash for v1.4.25
|
|
||||||
PREV_RELEASE = 'v1.4.25'
|
|
||||||
|
|
||||||
# Check if the release was updated
|
# Check if the release was updated
|
||||||
if common.RELEASE != PREV_RELEASE:
|
if common.RELEASE != PREV_RELEASE:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue