GNU bug report logs -
#54125
[PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Wed, 23 Feb 2022 11:28:02 UTC
Severity: normal
Tags: patch
Done: Sughosha <sughosha <at> disroot.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54125 in the body.
You can then email your comments to 54125 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54125
; Package
guix-patches
.
(Wed, 23 Feb 2022 11:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <sughosha <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 23 Feb 2022 11:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/fltk.scm | 2 +-
gnu/packages/music.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index dee77d6aa4..6ff5e409f1 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -104,7 +104,7 @@ (define-public ntk
(source (origin
(method git-fetch)
(uri (git-reference
- (url "git://git.tuxfamily.org/gitroot/non/fltk.git")
+ (url "https://github.com/linuxaudio/ntk.git")
(commit (string-append "v" version))))
(sha256
(base32
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 090f8b938c..138200213d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1756,7 +1756,7 @@ (define-public non-sequencer
(source (origin
(method git-fetch)
(uri (git-reference
- (url "git://git.tuxfamily.org/gitroot/non/non.git")
+ (url "https://github.com/linuxaudio/non.git")
(commit commit)))
(sha256
(base32
--
2.34.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#54125
; Package
guix-patches
.
(Wed, 23 Feb 2022 15:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
On Wed, Feb 23, 2022 at 04:27:26PM +0530, Sughosha via Guix-patches via wrote:
> ---
> gnu/packages/fltk.scm | 2 +-
> gnu/packages/music.scm | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
> index dee77d6aa4..6ff5e409f1 100644
> --- a/gnu/packages/fltk.scm
> +++ b/gnu/packages/fltk.scm
> @@ -104,7 +104,7 @@ (define-public ntk
> (source (origin
> (method git-fetch)
> (uri (git-reference
> - (url "git://git.tuxfamily.org/gitroot/non/fltk.git")
> + (url "https://github.com/linuxaudio/ntk.git")
Can you confirm this change is correct? It seems strange to change it
from fltk.git to ntk.git, right?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#54125
; Package
guix-patches
.
(Wed, 23 Feb 2022 15:09:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#54125
; Package
guix-patches
.
(Wed, 23 Feb 2022 19:28:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 54125 <at> debbugs.gnu.org (full text, mbox):
Yes, I confirm. NTK is Non's fork of FLTK. This github mirror is
unofficial but it's read-only mirror of the same and the checksum
matches properly as it was (hasn't changd in this patch). Even Arch
Linux uses this mirror in its repository now (see
here:<https://github.com/archlinux/svntogit-community/blob/packages/ntk/trunk/PKGBUILD#L15
>).
bug closed, send any further explanations to
54125 <at> debbugs.gnu.org and Sughosha <sughosha <at> disroot.org>
Request was from
Sughosha <sughosha <at> disroot.org>
to
control <at> debbugs.gnu.org
.
(Wed, 01 Nov 2023 06:57:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 29 Nov 2023 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.