Add a manifest describing how to build tarballs for LUCI CD. In case of Python code it is rather extremely simple. Just pack everything under the application directory. This file is referred in tarball builder configs in https://chrome-internal-review.googlesource.com/c/4300741 [email protected] BUG=1275774 Change-Id: I3e886af6658392f0c06e659f40a46839971b907e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/3311947 Reviewed-by: Vadim Shtayura <[email protected]> Reviewed-by: Alexander Schulze <[email protected]> Commit-Queue: Vadim Shtayura <[email protected]>
This repo contains:
the infra for serving the devtools frontend from appengine (gae), written in python 2
the infra for uploading new frontend assets to GCS (gce).
the infra for serving the devtools frontend from appengine (gae_py3), migrated to python 3
The projects gae and gce will be deprecated when the transition from py2 to py3 is completed.
See go/devtools-uploader for details.