| Index: third_party/crashpad/crashpad/doc/appengine/README
|
| diff --git a/third_party/crashpad/crashpad/doc/appengine/README b/third_party/crashpad/crashpad/doc/appengine/README
|
| index 00a7f7613fd7b678e8c7be7b042de61c99f66cad..9434ba0993cac3b4ddd2589b9a891a102eab127e 100644
|
| --- a/third_party/crashpad/crashpad/doc/appengine/README
|
| +++ b/third_party/crashpad/crashpad/doc/appengine/README
|
| @@ -1,7 +1,7 @@
|
| This is the App Engine app that serves https://crashpad.chromium.org/.
|
|
|
| To work on this app, obtain the App Engine SDK for Go from
|
| -https://cloud.google.com/appengine/downloads. Unpacking it produces a
|
| +https://cloud.google.com/appengine/docs/go/download. Unpacking it produces a
|
| go_appengine directory. This may be added to your $PATH for convenience,
|
| although it is not necessary.
|
|
|
| @@ -19,7 +19,7 @@ $ GOROOT=…/go_appengine/goroot GOPATH=…/go_appengine/gopath go get -d
|
|
|
| To test locally:
|
|
|
| -$ goapp serve
|
| +$ …/go_appengine/goapp serve
|
|
|
| Look for the “Starting module "default" running at: http://localhost:8080” line,
|
| which tells you the URL of the local running instance of the app.
|
| @@ -28,7 +28,7 @@ To deploy:
|
|
|
| $ version=$(git rev-parse --short=12 HEAD)
|
| $ [[ -n "$(git status --porcelain)" ]] && version+=-dirty
|
| -$ goapp deploy -version "${version}"
|
| +$ …/go_appengine/goapp deploy -version "${version}"
|
|
|
| Note that app.yaml does not name a “version” to encourage you to use a git hash
|
| as the version, as above.
|
|
|