summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-06-13 10:45:59 +0000
committerAlyssa Ross <hi@alyssa.is>2022-06-13 10:48:05 +0000
commita47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c (patch)
tree5b4b7b9d3519815e14e709c60d95eec1df13bf71
parent7486eb6f946f12d3042b1efd794d7355fe094340 (diff)
downloadspectrum-a47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c.tar
spectrum-a47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c.tar.gz
spectrum-a47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c.tar.bz2
spectrum-a47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c.tar.lz
spectrum-a47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c.tar.xz
spectrum-a47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c.tar.zst
spectrum-a47d04d2d1ea72ae413ebd07cdf35971ec5e2b5c.zip
Documentation: clarify patch workflow for Nixpkgs
Previously this documentation assumed the reader was testing a
Spectrum patch, but they may also be testing a Nixpkgs patch.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--Documentation/b4.adoc9
-rw-r--r--Documentation/testing-patches.adoc8
2 files changed, 10 insertions, 7 deletions
diff --git a/Documentation/b4.adoc b/Documentation/b4.adoc
index 6e6c76f..2519894 100644
--- a/Documentation/b4.adoc
+++ b/Documentation/b4.adoc
@@ -25,15 +25,16 @@ searching for patches on the Linux mailing lists.  So to use it for
 Spectrum, it needs to be configured to search the Spectrum mailing
 lists instead.
 
-To do this, in the https://spectrum-os.org/git/spectrum[Spectrum git
-repository], run:
+To do this, in a checkout of the appropriate git repository
+(https://spectrum-os.org/git/spectrum[Spectrum] or
+https://spectrum-os.org/git/nixpkgs[Spectrum Nixpkgs]), run:
 
 [listing]
 [source,shell]
 git config b4.midmask https://spectrum-os.org/lists/archives/spectrum-devel/%s
 
-From now on, any b4 command run in the Spectrum git repository will
-search the Spectrum devel mailing list.
+From now on, any b4 command run in Spectrum repositories will search
+the Spectrum devel mailing list.
 
 == Using b4
 
diff --git a/Documentation/testing-patches.adoc b/Documentation/testing-patches.adoc
index 1421637..8ba7804 100644
--- a/Documentation/testing-patches.adoc
+++ b/Documentation/testing-patches.adoc
@@ -19,9 +19,11 @@ Then:
 . Navigate to the "permalink" page for any patch in the series.
 . Copy the Message-Id for the patch, as shown on the permalink page, e.g.
   \20220511092352.70E54C980@atuin.qyliss.net.
-. In a copy of the https://spectrum-os.org/git/spectrum[Spectrum git
-  repository], Run `b4 am` with the patch's Message-Id to download all
-  the patches in the series into a file.
+. In a checkout of the appropriate git repository
+  (https://spectrum-os.org/git/spectrum[Spectrum] or
+  https://spectrum-os.org/git/nixpkgs[Spectrum Nixpkgs]), Run `b4 am`
+  with the patch's Message-Id to download all the patches in the
+  series into a file.
 +
 [example]
 [source,shell]