From 5ad681468decbf4b9b326217d105ba6b80a164f6 Mon Sep 17 00:00:00 2001 From: robertocn Date: Fri, 7 Jul 2017 14:56:12 -0700 Subject: [PATCH] Help text for gae.py upload about module yaml naming. Since gae.py detects the non-default modules of an app by this convention, it should be shown to the user in the help text. R=agable@chromium.org,vadimsh@chromium.org BUG= Review-Url: https://codereview.chromium.org/2979433003 --- appengine/components/tools/gae.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appengine/components/tools/gae.py b/appengine/components/tools/gae.py index a951b195a3..ada7216a93 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-.yaml + Version name looks like -[-tainted-], where: number git commit number, monotonically increases with each commit commit sha1 upstream commit hash the branch is based of