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

R=alexschulze@chromium.org
BUG=1275774

Change-Id: I3e886af6658392f0c06e659f40a46839971b907e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/3311947
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Alexander Schulze <alexschulze@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
1 file changed
tree: bbeb04279ae5149b9d9e8271cf82bfefa713b7e2
  1. gae/
  2. gae_py3/
  3. gce/
  4. .gitignore
  5. codereview.settings
  6. OWNERS
  7. README.md
  8. WATCHLISTS
  9. whitespace.txt
README.md

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.