From c9af27d4ca733b20f09019f1465d3e5fdc1ec724 Mon Sep 17 00:00:00 2001 From: Felix Lechner Date: Mon, 20 Mar 2023 21:25:41 -0700 Subject: lint: Append "/info/refs" to git-reference-url. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For the atftp package added in the preceeding commit, lint produced this warning: gnu/packages/networking.scm:2924:5: atftp@0.8.0: URI https://git.code.sf.net/p/atftp/code not reachable: 404 ("Not Found") Thanks to Sergey Trofimov for suggesting a fix! [1] [1] https://issues.guix.gnu.org/62156#3 It was implemented here, and the warning disappeared. * guix/lint.scm (check-source): Append "/info/refs" to git-reference-url. Co-authored-by: Sergey Trofimov Signed-off-by: Ludovic Courtès --- tests/lint.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lint.scm b/tests/lint.scm index ce22e2355a..71e38550a1 100644 --- a/tests/lint.scm +++ b/tests/lint.scm @@ -1052,7 +1052,7 @@ (define (package-with-phase-changes changes) (parameterize ((%http-server-port 0)) (with-http-server `((,redirect "")) (test-equal "source, git-reference: 301 -> 200" - (format #f "permanent redirect from ~a to ~a" + (format #f "permanent redirect from ~a/info/refs to ~a" (%local-url) initial-url) (let ((pkg (dummy-package "x" -- cgit v1.2.3