aboutsummaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-21 10:04:47 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-21 10:04:47 +0100
commitfaeb08e598859d602cb1f3b91f2049adc1c2106d (patch)
treec5f172d144a3122ea9f29e0434ce09a416399dd2 /app/models
parentac332fdb53d753d0780a7813d8b9dd0d409043bf (diff)
Add new keys.
Change-Id: I0e913d0d19e482dd6d3e660800b750089fe4eaed
Diffstat (limited to 'app/models')
-rw-r--r--app/models/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/__init__.py b/app/models/__init__.py
index 91ce9be..71e175d 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -1,5 +1,3 @@
-# Copyright (C) 2014 Linaro Ltd.
-#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
@@ -59,6 +57,7 @@ ENDIANNESS_KEY = 'endian'
ERRORS_KEY = 'errors'
EXPIRED_KEY = 'expired'
EXPIRES_KEY = 'expires_on'
+FASTBOOT_CMD_KEY = 'fastboot_cmd'
FASTBOOT_KEY = 'fastboot'
FIELD_KEY = 'field'
GIT_BRANCH_KEY = 'git_branch'