From: "Noé Lopez via Guix-patches via" <guix-patches@gnu.org>
To: 74552@debbugs.gnu.org
Cc: "Noé Lopez" <noe@xn--no-cja.eu>, "Christopher Baines" <mail@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 [thread overview]
Message-ID: <20241126230115.23907-3-noe@xn--no-cja.eu> (raw)
In-Reply-To: <20241126230115.23907-1-noe@xn--no-cja.eu>
From: Noé Lopez <noelopez@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@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
prev parent reply other threads:[~2024-11-26 23:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-26 22:54 [bug#74552] [PATCH 0/3] Small changes for running qa-frontpage locally Noé Lopez via Guix-patches via
2024-11-26 23:01 ` [bug#74552] [PATCH 1/3] Update references to guix environment Noé Lopez via Guix-patches via
2024-11-26 23:01 ` [bug#74552] [PATCH 2/3] Abstract git fetch invocations into fetch-remote! function Noé Lopez via Guix-patches via
2024-11-26 23:01 ` Noé Lopez via Guix-patches via [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241126230115.23907-3-noe@xn--no-cja.eu \
--to=guix-patches@gnu.org \
--cc=74552@debbugs.gnu.org \
--cc=mail@cbaines.net \
--cc=noe@xn--no-cja.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).