From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Niklas Eklund Newsgroups: gmane.emacs.devel Subject: Add zuul.el package to ELPA Date: Mon, 29 Aug 2022 18:37:26 +0000 Message-ID: <874jxuj3q1.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21739"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 30 04:25:04 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSqw3-0005WD-KK for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Aug 2022 04:25:03 +0200 Original-Received: from localhost ([::1]:42568 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oSqw2-0004Tf-1M for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Aug 2022 22:25:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSjdf-0001Ac-AC for emacs-devel@gnu.org; Mon, 29 Aug 2022 14:37:35 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:56873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSjdc-0007Yf-Sn for emacs-devel@gnu.org; Mon, 29 Aug 2022 14:37:34 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id D68E5240104 for ; Mon, 29 Aug 2022 20:37:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1661798248; bh=GIRXyqz6LHLXpoSeP/ZdkMjUgsXlzcLxAtJ5x9Aioyo=; h=From:To:Subject:Date:From; b=qhWo7j2kUoK6rO/lRNWuau58dIcJEAu/58tUKCNkFAf/1AMoJRFDTxhA9ZIsq6JCS u2qM30XnaV8+OOFIrkxogT0FGJYwbmlUu9uqXhZcctNb84Y5fxEDtx4OXSUDYb/irh oQ9AgP+37PF1SbFDG/VmzMS750xkVqbL8LnXPZUPTpln4xyB5K8LNolRUzirdqD3qS 5CdXnadjrUJ+BskNmQeW+Q1K3235CpKCQ23V7xbDOhvmSCAeTv4qSmvWodGjTyJ8A2 XTWe+netSas36OIGE3ZHu8y7S5Yk87QLaV62CfiSgeJt4nycnx3UtKWZgRXLCvTstG trreWroLfBE1w== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MGfLb3GbPz6tnw for ; Mon, 29 Aug 2022 20:37:27 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.66; envelope-from=niklas.eklund@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 29 Aug 2022 22:24:16 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:294320 Archived-At: --=-=-= Content-Type: text/plain 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 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-elpa-packages-zuul-New-package.patch Content-Description: patch >From ed4201c73aa66b21b040169009dddb636ab76048 Mon Sep 17 00:00:00 2001 From: Niklas Eklund 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 --=-=-=--