Compare distro and build for pms updates

This commit is contained in:
JonnyWong16 2016-07-26 19:10:59 -07:00
parent 495659e9cd
commit 79dc190ccc
4 changed files with 15 additions and 2 deletions

View file

@ -59,6 +59,7 @@ _CONFIG_DEFINITIONS = {
'PMS_PLATFORM': (str, 'PMS', ''),
'PMS_VERSION': (str, 'PMS', ''),
'PMS_UPDATE_CHANNEL': (str, 'PMS', 'public'),
'PMS_UPDATE_DISTRO': (str, 'PMS', ''),
'PMS_UPDATE_DISTRO_BUILD': (str, 'PMS', ''),
'TIME_FORMAT': (str, 'General', 'HH:mm'),
'ANON_REDIRECT': (str, 'General', 'http://dereferer.org/?'),