[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: doc: Mention how to simulate a `guix pull' before submitting patc
From: |
guix-commits |
Subject: |
02/02: doc: Mention how to simulate a `guix pull' before submitting patches. |
Date: |
Sun, 8 Dec 2019 10:35:26 -0500 (EST) |
ambrevar pushed a commit to branch master
in repository guix.
commit 9fcf28205826564a05cfccba301ac3b09d17e86d
Author: Pierre Neidhardt <address@hidden>
Date: Sun Dec 8 16:33:34 2019 +0100
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.
---
doc/contributing.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 346f2a5..4ecff0a 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -968,6 +968,12 @@ guix environment --pure guix -- make
@end example
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
When posting a patch to the mailing list, use @samp{[PATCH] @dots{}} as