Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: appengine/components/tools/gae.py

Issue 2979433003: Help text for gae.py upload about module yaml naming. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698