aboutsummaryrefslogtreecommitdiff
path: root/app/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/__init__.py')
-rw-r--r--app/models/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/models/__init__.py b/app/models/__init__.py
index 6ff8094..e4ebfe2 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -21,6 +21,8 @@ ACCEPTED_KEYS = 'accepted'
ADDRESS_KEY = "address"
AGGREGATE_KEY = 'aggregate'
ARCHITECTURE_KEY = 'arch'
+ARM64_ARCHITECTURE_KEY = 'arm64'
+ARM_ARCHITECTURE_KEY = 'arm'
BOARD_KEY = 'board'
BOOT_ID_KEY = 'boot_id'
BOOT_LOAD_ADDR_KEY = 'loadaddr'
@@ -61,6 +63,8 @@ EXPIRES_KEY = 'expires_on'
FASTBOOT_CMD_KEY = 'fastboot_cmd'
FASTBOOT_KEY = 'fastboot'
FIELD_KEY = 'field'
+FILE_SERVER_RESOURCE_KEY = 'file_server_resource'
+FILE_SERVER_URL_KEY = 'file_server_url'
GIT_BRANCH_KEY = 'git_branch'
GIT_COMMIT_KEY = 'git_commit'
GIT_DESCRIBE_KEY = 'git_describe'
@@ -101,8 +105,6 @@ UPDATED_KEY = 'updated_on'
USERNAME_KEY = 'username'
VERSION_KEY = 'version'
WARNINGS_KEY = 'warnings'
-ARM_ARCHITECTURE_KEY = 'arm'
-ARM64_ARCHITECTURE_KEY = 'arm64'
x86_ARCHITECTURE_KEY = 'x86'
# Token special fields.