Add branch to version file

This commit is contained in:
Ruud
2012-08-05 16:14:24 +02:00
parent 40daba277b
commit cfe1e47df2
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1,2 @@
VERSION = '2.0.0.pre1'
BRANCH = 'develop'