unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Add zuul.el package to ELPA
@ 2022-08-29 18:37 Niklas Eklund
  2022-08-30  9:02 ` Philip Kaludercic
  2022-08-30 14:22 ` Stefan Monnier
  0 siblings, 2 replies; 15+ messages in thread
From: Niklas Eklund @ 2022-08-29 18:37 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 648 bytes --]

Hello,

I would like to add a package that I have developed named zuul.el,
https://git.sr.ht/~niklaseklund/zuul.el, to ELPA.

The package allows users to access build logs from the Zuul,
https://zuul-ci.org/, CI system. Users uses the completion interface of
Emacs to select a specific build and a buffer is then opened with the
build log.

The package utilizes Emacs compilation mode to navigate between errors
in the logs. It also lets the user configure where projects can be found
on the local machine so that navigating to the source code of an error
works, even though the absolute path might not be found on the local
host.

/Niklas Eklund


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 710 bytes --]

From ed4201c73aa66b21b040169009dddb636ab76048 Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund@posteo.net>
Date: Mon, 29 Aug 2022 20:26:35 +0200
Subject: [PATCH] * elpa-packages (zuul): New package

---
 elpa-packages | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 4ae12a26ca..5ab182f93b 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -810,4 +810,8 @@
  ("yasnippet-classic-snippets" :url nil)
  ("zones"		:url nil)  ;https://www.emacswiki.org/emacs/zones.el
  ("ztree"		:url "https://github.com/fourier/ztree")
+ ("zuul"		:url "https://git.sr.ht/~niklaseklund/zuul.el"
+  :news "CHANGELOG.org"
+  :readme "README.md"
+  :auto-sync t)
  )
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-08-31 14:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29 18:37 Add zuul.el package to ELPA Niklas Eklund
2022-08-30  9:02 ` Philip Kaludercic
2022-08-30 19:52   ` Niklas Eklund
2022-08-30 22:11     ` Philip Kaludercic
2022-08-31  9:25       ` Niklas Eklund
2022-08-31  9:54         ` Niklas Eklund
2022-08-31 11:09           ` Philip Kaludercic
2022-08-31 11:44             ` Niklas Eklund
2022-08-31 11:57               ` Philip Kaludercic
2022-08-31 12:08                 ` Philip Kaludercic
2022-08-31 12:47                   ` Niklas Eklund
2022-08-31 12:44                 ` Niklas Eklund
2022-08-31 14:43                   ` Philip Kaludercic
2022-08-30 14:22 ` Stefan Monnier
2022-08-30 16:59   ` Niklas Eklund

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).