GNU bug report logs - #74552
[PATCH 0/3] Small changes for running qa-frontpage locally

Previous Next

Package: guix-patches;

Reported by: Noé Lopez <noe <at> xn--no-cja.eu>

Date: Tue, 26 Nov 2024 22:55:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noé Lopez <noe <at> xn--no-cja.eu>
To: 74552 <at> debbugs.gnu.org
Cc: Noé Lopez <noe <at> xn--no-cja.eu>, Christopher Baines <mail <at> cbaines.net>
Subject: [bug#74552] [PATCH 3/3] Use https protocol for the guix-patches remote
Date: Wed, 27 Nov 2024 00:01:15 +0100
From: Noé Lopez <noelopez <at> free.fr>

The git protocol requires credentials.
---
 guix-qa-frontpage/git-repository.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-qa-frontpage/git-repository.scm b/guix-qa-frontpage/git-repository.scm
index 0d31fe6..4ba7ca7 100644
--- a/guix-qa-frontpage/git-repository.scm
+++ b/guix-qa-frontpage/git-repository.scm
@@ -51,7 +51,7 @@
           (invoke "git" "remote" "add" "origin"
                   "https://git.savannah.gnu.org/git/guix.git")
           (invoke "git" "remote" "add" "patches"
-                  "git <at> git.qa.guix.gnu.org:guix-patches")
+                  "https://git.qa.guix.gnu.org/git/guix-patches")
 
           (invoke "git" "config" "user.name" "Guix Patches Tester")
           (invoke "git" "config" "user.email" "")))))))
-- 
2.46.0





This bug report was last modified 137 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.