| Index: appengine/components/tools/gae.py
|
| diff --git a/appengine/components/tools/gae.py b/appengine/components/tools/gae.py
|
| index a951b195a3c460c77e79a43cefa671a3bd7338cd..ada7216a93bd22c10dcef79d22089c27c1d3096b 100755
|
| --- a/appengine/components/tools/gae.py
|
| +++ b/appengine/components/tools/gae.py
|
| @@ -330,6 +330,8 @@ def CMDswitch(parser, args):
|
| def CMDupload(parser, args):
|
| """Uploads a new version of specific (or all) modules of an app.
|
|
|
| + Note that module yamls are expected to be named module-<module name>.yaml
|
| +
|
| Version name looks like <number>-<commit sha1>[-tainted-<who>], where:
|
| number git commit number, monotonically increases with each commit
|
| commit sha1 upstream commit hash the branch is based of
|
|
|