mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +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:
parent
52d82e5551
commit
62b5a27c86
2 changed files with 2 additions and 2 deletions
|
@ -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).
|
- [ ] 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`).
|
||||||
|
|
|
@ -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}
|
Make sure your changes do not break Guix and simulate a @command{guix pull}
|
||||||
with:
|
with:
|
||||||
@example
|
@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 example
|
||||||
|
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue