All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] overview-manual: delete bad backslashes in SSTATE_MIRRORS example
@ 2021-09-28  8:53 Robert P. J. Day
  2021-09-28  8:55 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2021-09-28  8:53 UTC (permalink / raw)
  To: YP docs mailing list

Two inappropriate backslashes in the example for setting
SSTATE_MIRRORS are apparently the result of an error by the
transmogrification script for migrating XML to rST.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index c8b89885e..301763752 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1908,8 +1908,8 @@ Behind the scenes, the shared state code works by looking in
 shared state files. Here is an example::

    SSTATE_MIRRORS ?= "\
-       file://.\* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
-       file://.\* file:///some/local/dir/sstate/PATH"
+       file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
+       file://.* file:///some/local/dir/sstate/PATH"

 .. note::


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [docs] [PATCH] overview-manual: delete bad backslashes in SSTATE_MIRRORS example
  2021-09-28  8:53 [PATCH] overview-manual: delete bad backslashes in SSTATE_MIRRORS example Robert P. J. Day
@ 2021-09-28  8:55 ` Quentin Schulz
  2021-10-01 17:55   ` Michael Opdenacker
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2021-09-28  8:55 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: YP docs mailing list

Hi Robert,

On Tue, Sep 28, 2021 at 04:53:03AM -0400, Robert P. J. Day wrote:
> Two inappropriate backslashes in the example for setting
> SSTATE_MIRRORS are apparently the result of an error by the
> transmogrification script for migrating XML to rST.
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 

Reviewed-by: Quentin Schulz <foss@0leil.net>

Thanks!
Quentin


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [docs] [PATCH] overview-manual: delete bad backslashes in SSTATE_MIRRORS example
  2021-09-28  8:55 ` [docs] " Quentin Schulz
@ 2021-10-01 17:55   ` Michael Opdenacker
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2021-10-01 17:55 UTC (permalink / raw)
  To: Quentin Schulz, Robert P. J. Day; +Cc: YP docs mailing list

Robert, Quentin,

Thank you for the patch (good catch) and review.

On 9/28/21 10:55 AM, Quentin Schulz wrote:
> Hi Robert,
>
> On Tue, Sep 28, 2021 at 04:53:03AM -0400, Robert P. J. Day wrote:
>> Two inappropriate backslashes in the example for setting
>> SSTATE_MIRRORS are apparently the result of an error by the
>> transmogrification script for migrating XML to rST.
>>
>> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>>
> Reviewed-by: Quentin Schulz <foss@0leil.net>


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
and merged into master-next.

Thanks again,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-01 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28  8:53 [PATCH] overview-manual: delete bad backslashes in SSTATE_MIRRORS example Robert P. J. Day
2021-09-28  8:55 ` [docs] " Quentin Schulz
2021-10-01 17:55   ` Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.