aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2023-04-26 23:30:31 +1000
committerYuchen Pei <hi@ypei.me>2023-04-26 23:30:31 +1000
commit3de5304a5caa66f60b8d41716358557a72b6b2c5 (patch)
tree28975d08b54ff1704f220d55612f30497e6a650c
parent527fdf6d17cd34140e078d13b37a79aaa693f3cb (diff)
Updated readme to add info about buildbot-builder-open
-rw-r--r--README.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index e54feef..f844881 100644
--- a/README.org
+++ b/README.org
@@ -29,12 +29,15 @@ After that, require buildbot and set the host and builders.
* Use
-There are two entry points:
+Entry points:
- ~M-x buildbot-revision-open~ prompts for a revision id (e.g. commit
hash in git), and opens a view of the revision, including builds
associated with changes associated with the revision.
- ~M-x buildbot-branch-open~ prompts for a branch name, and opens up a
view of revisions of this branch.
+- ~M-x buildbot-builder-open~ prompts for a builder name from a list
+ of available builders, and opens up a view of recent builds by this
+ builder.
* TODOs