all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 6f7cfe46e4113e58959c23e74e21b963c034c09e 1543 bytes (raw)
name: debbugs-guix.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
 
;;; debbugs-guix.el Guix Specific Debbugs Functions -*- lexical-binding: t; -*-
;;
;; Copyright (C) 2011-2022 Free Software Foundation, Inc.

;; Author: Joshua Branson <jbranso@dismail.de>
;; Keywords: comm, hypermedia, maint
;; Package: debbugs

;; This file is not part of GNU Emacs.

;; 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
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.

;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.

;;; Commentary:
;;
;; By default, debbugs-gnu-search searches for open and closed bugs of
;; all GNU packages, which can make searching a little slow.  To
;; remedy this situation, this file provides the function
;; 'debbugs-gnu-guix-search', which search for open bugs that relate
;; to the GNU guix.
;;
;;; Code:

;;;###autoload
(defun debbugs-gnu-guix-search ()
  "Search for open guix bugs and patches."
  (interactive)
  (debbugs-gnu-search (read-string "Search String: ") '((pending . "pending"))
                      nil '("guix" "guix-patches") nil))

(provide 'debbugs-guix)
;;; debbugs-guix.el ends here

debug log:

solving 6f7cfe46e4 ...
found 6f7cfe46e4 in https://yhetil.org/guix/20221001153933.6325-1-jbranso@dismail.de/

applying [1/1] https://yhetil.org/guix/20221001153933.6325-1-jbranso@dismail.de/
diff --git a/debbugs-guix.el b/debbugs-guix.el
new file mode 100644
index 0000000000..6f7cfe46e4

Checking patch debbugs-guix.el...
Applied patch debbugs-guix.el cleanly.

index at:
100644 6f7cfe46e4113e58959c23e74e21b963c034c09e	debbugs-guix.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.