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

Unified Diff: milo/client/cmd/backfill/README.md

Issue 2937123004: [milo] remove unused code. (Closed)
Patch Set: Created 3 years, 6 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 | « milo/appengine/model/settings.go ('k') | milo/client/cmd/backfill/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/client/cmd/backfill/README.md
diff --git a/milo/client/cmd/backfill/README.md b/milo/client/cmd/backfill/README.md
deleted file mode 100644
index b82a7e2d0cf8fa5bea0dfd476f896ead2f66566f..0000000000000000000000000000000000000000
--- a/milo/client/cmd/backfill/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-## Usage
-
-Run `backfill <command>`! You can `backfill help git` for more detailed
-docs for each command.
-
-### git
-
-The `git` subcommand reads output from git log and writes the results to the
-Revision entity group in datastore, including generation numbers. The git log
-should be generated from running:
-`git log --topo-order --reverse -z --format=format:'%H,%P,%ae,%ct,%b'`
-
-This should be done from a clone without local edits.
-
-## Enabling remote API
-You need to deploy some module to app engine which has the remote api enabled
-in order for this backfiller to work successfully.
-Full docs here: https://cloud.google.com/appengine/docs/go/tools/remoteapi
-
-You *should* be able to just `goapp deploy` in `/milo/appengine/remote_api`,
-and then do `backfill buildbot -remoteURL
-remote-api-1-dot-luci-milo.appspot.com`, or something like that.
« no previous file with comments | « milo/appengine/model/settings.go ('k') | milo/client/cmd/backfill/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698