commit | 0b4843bcac17fb64673a5fe7578ace0bb8cc3003 | [log] [tgz] |
---|---|---|
author | Amin Hassani <ahassani@chromium.org> | Wed Sep 25 16:38:56 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 01 04:08:15 2019 +0000 |
tree | de19d026d1588966a6b1995b7eb3e66cae9910ef | |
parent | b68c17a995e19b5652fe783b7e1b8bda64acbb62 [diff] [blame] |
devserver: Support update payload metadata for full_payload artifact BUG=chromium:403086 TEST=devserver_integration_test.py Change-Id: Iad49f87c9ed79327f1eb5f4b03648f28110f4f15 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/1826048 Tested-by: Amin Hassani <ahassani@chromium.org> Reviewed-by: Amin Hassani <ahassani@chromium.org> Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Amin Hassani <ahassani@chromium.org>
diff --git a/devserver_constants.py b/devserver_constants.py index 70e8c2a..6f99cd0 100644 --- a/devserver_constants.py +++ b/devserver_constants.py
@@ -46,6 +46,7 @@ METADATA_HASH_FILE = 'metadata_hash' STATEFUL_FILE = 'stateful.tgz' UPDATE_FILE = 'update.gz' +UPDATE_METADATA_FILE = 'update.gz.json' #### Android files ANDROID_BOOT_IMAGE_FILE = 'boot.img'