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

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

Issue 2058573003: Remove the milo/buildbot backfiller (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Recover the git portions Created 4 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 | « no previous file | appengine/cmd/milo/cmd/backfill/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/cmd/backfill/README.md
diff --git a/appengine/cmd/milo/cmd/backfill/README.md b/appengine/cmd/milo/cmd/backfill/README.md
index f8a79a65c6b017432402e1238ee90a780ebf05a2..ac15f099bf0862a24a87d0eecfc2a3e85ac817ab 100644
--- a/appengine/cmd/milo/cmd/backfill/README.md
+++ b/appengine/cmd/milo/cmd/backfill/README.md
@@ -1,19 +1,8 @@
## Usage
-Run `backfill <command>`! You can `backfill help buildbot` for more detailed
+Run `backfill <command>`! You can `backfill help git` for more detailed
docs for each command.
-### buildbot
-
-The `buildbot` subcommand gets data from CBE and puts it to the datastore. It
-gets build information for the most recently executed builds (last ~200 builds).
-It also tries to add revision information, with complete generation numbers, if
-it can. If it can't find the generation number, though, it still adds revision
-information to the build, but with a generation number of -1.
-
-_Note_: NOT for production use, since it depends on CBE. This will hopefully be
-deleted after we have tranisitioned off buildbot, and onto buildbucket/DM.
-
### git
The `git` subcommand reads output from git log and writes the results to the
« no previous file with comments | « no previous file | appengine/cmd/milo/cmd/backfill/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698