From 62b5a27c86fabf9c24d30c60b3b159aaf9923a19 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 6 Jun 2025 00:39:18 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20contributing:=20Disable=20authentication?= =?UTF-8?q?=20when=20simulating=20=E2=80=98guix=20pull=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/contributing.texi (Submitting Patches): Add ‘--disable-authentication’ when simulating ‘guix pull’. * .forgejo/pull_request_template.md: Likewise. Fixes: #427 Change-Id: I4c6847314c8876a2f6e29f938cbbbe286178231b --- .forgejo/pull_request_template.md | 2 +- doc/contributing.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index be6d3dce20..1e7a6a3a1b 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md @@ -53,4 +53,4 @@ Tick a box by changing it from [ ] to [x]. - [ ] Commit messages follow [the "ChangeLog" style](https://www.gnu.org/prep/standards/html_node/Change-Logs.html). -- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master`). +- [ ] The change doesn't break `guix pull` (`guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication`). diff --git a/doc/contributing.texi b/doc/contributing.texi index b858ef806a..76bc1945f5 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -2033,7 +2033,7 @@ warnings, especially those about use of undefined symbols. Make sure your changes do not break Guix and simulate a @command{guix pull} with: @example -guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master +guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-authentication @end example @end enumerate