summaryrefslogtreecommitdiff
path: root/build-farm.el
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2018-07-26 22:31:27 +0300
committerAlex Kost <alezost@gmail.com>2018-07-27 12:14:24 +0300
commit500cfb5dd75a2c444082b3bfdb4d03dd1c222a91 (patch)
treee2942f40644ae31420c8fac45ef7a1d2b98111c7 /build-farm.el
parentAdd 'build-farm-set-number-of-builds' command (diff)
downloademacs-build-farm-500cfb5dd75a2c444082b3bfdb4d03dd1c222a91.tar.gz
Add popup interface ('build-farm' command)
* build-farm-popup.el: New file. * build-farm.el: Add 'magit-popup' to package requirements.
Diffstat (limited to 'build-farm.el')
-rw-r--r--build-farm.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/build-farm.el b/build-farm.el
index 969b098..0fe5e2d 100644
--- a/build-farm.el
+++ b/build-farm.el
@@ -6,7 +6,7 @@
;; Version: 0.1
;; URL: https://gitlab.com/alezost-emacs/build-farm
;; Keywords: tools
-;; Package-Requires: ((emacs "24.3") (bui "1.1.0"))
+;; Package-Requires: ((emacs "24.3") (bui "1.1.0") (magit-popup "2.1.0"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -33,7 +33,11 @@
;; Set `build-farm-url' variable to choose what build farm you wish to
;; use.
-;; The following M-x commands display builds, jobsets and projects:
+;; The entry point for the available features is "M-x build-farm". It
+;; provides a Magit-like interface for the commands to display builds,
+;; jobsets and projects.
+
+;; Alternatively, you can use the following M-x commands directly:
;;
;; - `build-farm-latest-builds'
;; - `build-farm-queued-builds'
@@ -41,7 +45,7 @@
;; - `build-farm-jobsets'
;; - `build-farm-projects'
;; - `build-farm-project'
-;;
+
;; You can press RET in a list (of builds, etc.) to see more info on the
;; current entry. You can also select several entries in the list (with
;; "m" key) and press RET to "describe" them.