Add branch to version file
This commit is contained in:
@@ -14,6 +14,7 @@ import shutil
|
||||
import tarfile
|
||||
import time
|
||||
import traceback
|
||||
import version
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
@@ -114,7 +115,7 @@ class BaseUpdater(Plugin):
|
||||
|
||||
repo_user = 'RuudBurger'
|
||||
repo_name = 'CouchPotatoServer'
|
||||
branch = 'develop'
|
||||
branch = version.BRANCH
|
||||
|
||||
version = None
|
||||
update_failed = False
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
VERSION = '2.0.0.pre1'
|
||||
BRANCH = 'develop'
|
||||
|
||||
Reference in New Issue
Block a user