GNU bug report logs -
#64513
[PATCH guix] gnu: Add git-issue.
Previous Next
To reply to this bug, email your comments to 64513 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64513
; Package
guix-patches
.
(Fri, 07 Jul 2023 14:29:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
~rdesfo <rdesfo <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 07 Jul 2023 14:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ryan Desfosses <rdesfo <at> sdf.org>
gnu/packages/version-control.scm (git-issue): New variable.
---
gnu/packages/version-control.scm | 34 ++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 40b9e124d2..c097b9cae3 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -48,6 +48,7 @@
;;; Copyright © 2022 Dhruvin Gandhi <contact <at> dhruvin.dev>
;;; Copyright © 2015, 2022 David Thompson <davet <at> gnu.org>
;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
+;;; Copyright © 2023 Ryan Desfosses <rdesfo <at> sdf.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3629,3 +3630,36 @@ create and manage trackers, tickets
interact with GraphQL APIs directly
@end table")
(license license:agpl3)))
+
+(define-public git-issue
+ (let ((commit "4d2bc4173bf803d74bf2ae54f892bd08754f1b48")
+ (revision "0"))
+ (package
+ (name "git-issue")
+ (version (git-version "4d2bc41" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dspinellis/git-issue")
+ (commit commit)))
+ (sha256
+ (base32
+ "0jmx8wjvvxkd3y5im2h96d13dnbpds66djf96b6s23jwfbr7dlsz"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-installation-target
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out")))
+ (substitute* "Makefile"
+ (("/usr") out)))))
+ (delete 'configure)
+ (delete 'check))))
+ (inputs (list jq curl))
+ (synopsis "Git-based decentralized issue management")
+ (description "This is a minimalist decentralized issue management system
+based on Git, offering (optional) biderectional integration with GitHub and
+GitLab issue management. It has the following advantages over other systems.")
+ (home-page "https://github.com/dspinellis/git-issue")
+ (license license:gpl3+))))
--
2.38.5
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64513
; Package
guix-patches
.
(Mon, 10 Jul 2023 00:01:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64513 <at> debbugs.gnu.org (full text, mbox):
From: Ryan Desfosses <rdesfo <at> sdf.org>
gnu/packages/version-control.scm (git-issue): New variable.
---
removed extra sentence out of the description.
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c097b9cae3..2ffbf85125 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3660,6 +3660,6 @@ interact with GraphQL APIs directly
(synopsis "Git-based decentralized issue management")
(description "This is a minimalist decentralized issue management system
based on Git, offering (optional) biderectional integration with GitHub and
-GitLab issue management. It has the following advantages over other systems.")
+GitLab issue management.")
(home-page "https://github.com/dspinellis/git-issue")
(license license:gpl3+))))
--
2.38.5
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 24 Feb 2025 00:43:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
~rdesfo <rdesfo <at> protonmail.com>
:
bug acknowledged by developer.
(Mon, 24 Feb 2025 00:43:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 64513-done <at> debbugs.gnu.org (full text, mbox):
Hello,
I fixed the version, make the package run the tests, and pushed it.
Thank you, and sorry for the delay.
Regards,
--
Nicolas Goaziou
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.