Change Upstream handling

This commit is contained in:
Pascal Vizeli
2018-03-24 21:44:44 +01:00
parent f34a175e4f
commit 45288a2491
8 changed files with 44 additions and 35 deletions

View File

@@ -70,7 +70,7 @@ ATTR_VERSION = 'version'
ATTR_AUTO_UART = 'auto_uart'
ATTR_LAST_BOOT = 'last_boot'
ATTR_LAST_VERSION = 'last_version'
ATTR_BETA_CHANNEL = 'beta_channel'
ATTR_MODE = 'mode'
ATTR_NAME = 'name'
ATTR_SLUG = 'slug'
ATTR_DESCRIPTON = 'description'
@@ -186,6 +186,10 @@ ARCH_AARCH64 = 'aarch64'
ARCH_AMD64 = 'amd64'
ARCH_I386 = 'i386'
MODE_STABLE = 'stable'
MODE_BETA = 'beta'
MODE_DEV = 'dev'
REPOSITORY_CORE = 'core'
REPOSITORY_LOCAL = 'local'