diff options
| author | Alex Kost <alezost@gmail.com> | 2018-07-14 11:34:45 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2018-07-16 21:37:19 +0300 |
| commit | 766799e951ef8cce10613ee09ee3fb1d4265b79e (patch) | |
| tree | 2dbbc902ac5c969e0560c0c4d2b9d0b11f7ad022 /build-farm.el | |
| parent | url: Pass extra header "Accept: application/json" (diff) | |
| download | emacs-build-farm-766799e951ef8cce10613ee09ee3fb1d4265b79e.tar.gz | |
Add interface for projects ('build-farm-projects' command)
* build-farm-url.el (build-farm-project-url): New function.
* build-farm-project.el: New file.
Diffstat (limited to 'build-farm.el')
| -rw-r--r-- | build-farm.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build-farm.el b/build-farm.el index 122c9e0..7b7a406 100644 --- a/build-farm.el +++ b/build-farm.el @@ -33,15 +33,16 @@ ;; Set `build-farm-url' variable to choose what build farm you wish to ;; use. -;; The following M-x commands display lists of builds and jobsets: +;; The following M-x commands display builds, jobsets and projects: ;; ;; - `build-farm-latest-builds' ;; - `build-farm-queued-builds' ;; - `build-farm-jobsets' +;; - `build-farm-projects' ;; -;; You can press RET in such a list 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. +;; 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. ;;; Code: |
