1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 01:50:46 +02:00

doc: contributing: Disable authentication when simulating ‘guix pull’.

* doc/contributing.texi (Submitting Patches): Add ‘--disable-authentication’
when simulating ‘guix pull’.
* .forgejo/pull_request_template.md: Likewise.

Fixes: #427
Change-Id: I4c6847314c8876a2f6e29f938cbbbe286178231b
This commit is contained in:
Hilton Chain 2025-06-06 00:39:18 +08:00
parent 52d82e5551
commit 62b5a27c86
No known key found for this signature in database
GPG key ID: ACC66D09CA528292
2 changed files with 2 additions and 2 deletions

View file

@ -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`).

View file

@ -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