mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
doc: Mention how to simulate a `guix pull' before submitting patches.
* doc/contributing.texi (Submitting Patches): Mention the dummy guix pull command in the check list.
This commit is contained in:
parent
bf99d7e0e2
commit
9fcf282058
1 changed files with 6 additions and 0 deletions
|
@ -968,6 +968,12 @@ guix environment --pure guix -- make
|
||||||
@end example
|
@end example
|
||||||
and look for warnings, especially those about use of undefined symbols.
|
and look for warnings, especially those about use of undefined symbols.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Make sure your changes do not break Guix and simulate a @code{guix pull} with:
|
||||||
|
@example
|
||||||
|
guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master
|
||||||
|
@end example
|
||||||
|
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|
||||||
When posting a patch to the mailing list, use @samp{[PATCH] @dots{}} as
|
When posting a patch to the mailing list, use @samp{[PATCH] @dots{}} as
|
||||||
|
|
Loading…
Reference in a new issue