emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/buildbot d3c7fcb511 19/22: Adding commentary


From: ELPA Syncer
Subject: [elpa] externals/buildbot d3c7fcb511 19/22: Adding commentary
Date: Thu, 13 Jul 2023 00:57:39 -0400 (EDT)

branch: externals/buildbot
commit d3c7fcb511d1697f27e84229172152cdab812351
Author: Yuchen Pei <id@ypei.org>
Commit: Yuchen Pei <id@ypei.org>

    Adding commentary
---
 buildbot.el | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/buildbot.el b/buildbot.el
index 2dc6780241..21c7c23f4a 100644
--- a/buildbot.el
+++ b/buildbot.el
@@ -27,6 +27,26 @@
 ;; License along with buildbot.el. If not, see
 ;; <https://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
+;; `buildbot.el' is an Emacs interface for Buildbot, a widely used
+;; continuous integration tool. It can be used to view build
+;; information on a Buildbot instance.
+
+;; Main entry points:
+;;
+;; `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.
+;;
+;; `buildbot-branch-open' prompts for a branch name, and opens up a
+;; view of revisions of this branch.
+;;
+;; `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.
+
+
 (require 'buildbot-client)
 (require 'buildbot-view)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]