All of lore.kernel.org
 help / color / mirror / Atom feed
* what's with the "\" in SSTATE_MIRRORS example in overview manual?
@ 2021-09-27 17:45 Robert P. J. Day
  2021-09-28  8:14 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2021-09-27 17:45 UTC (permalink / raw)
  To: YP docs mailing list


  from here:

http://docs.yoctoproject.org/overview-manual/concepts.html#shared-state-cache

toward the end of that section, we see the example:

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

note those early backslashes in each line, which appear to totally
break proper operation. it was only after i deleted that backslash
that things worked.

  is this a recent change? did things used to work differently? those
backslashes definitely seem incorrect. thoughts?

rday


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

* Re: [docs] what's with the "\" in SSTATE_MIRRORS example in overview manual?
  2021-09-27 17:45 what's with the "\" in SSTATE_MIRRORS example in overview manual? Robert P. J. Day
@ 2021-09-28  8:14 ` Quentin Schulz
  0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2021-09-28  8:14 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: YP docs mailing list

Hi Robert,

On Mon, Sep 27, 2021 at 01:45:53PM -0400, Robert P. J. Day wrote:
> 
>   from here:
> 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.yoctoproject.org_overview-2Dmanual_concepts.html-23shared-2Dstate-2Dcache&d=DwIBAg&c=_sEr5x9kUWhuk4_nFwjJtA&r=LYjLexDn7rXIzVmkNPvw5ymA1XTSqHGq8yBP6m6qZZ4njZguQhZhkI_-172IIy1t&m=iBMRw0D4E14V7Mp4p7EOj1bgXlIq0lFTp-9f5nnoGbk&s=g_KwAtXJ38EyzFMAmzfVCEUGZt8WjP4C8aTbr41h8aw&e= 
> 
> toward the end of that section, we see the example:
> 
>   SSTATE_MIRRORS ?= "\
>     file://.\* https://urldefense.proofpoint.com/v2/url?u=http-3A__someserver.tld_share_sstate_PATH-3Bdownloadfilename-3DPATH&d=DwIBAg&c=_sEr5x9kUWhuk4_nFwjJtA&r=LYjLexDn7rXIzVmkNPvw5ymA1XTSqHGq8yBP6m6qZZ4njZguQhZhkI_-172IIy1t&m=iBMRw0D4E14V7Mp4p7EOj1bgXlIq0lFTp-9f5nnoGbk&s=ijxTmbCdCGt8GAHOyV_nDYONABR_e1JqCIC-b87jHNY&e=  \n \
>     file://.\* file:///some/local/dir/sstate/PATH"
>             ^
> 
> note those early backslashes in each line, which appear to totally
> break proper operation. it was only after i deleted that backslash
> that things worked.
> 
>   is this a recent change? did things used to work differently? those
> backslashes definitely seem incorrect. thoughts?
> 

No this is an error made by the conversion script used to migrate from
XML to rST, please send a patch :)

Cheers,
Quentin


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

end of thread, other threads:[~2021-09-28  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 17:45 what's with the "\" in SSTATE_MIRRORS example in overview manual? Robert P. J. Day
2021-09-28  8:14 ` [docs] " Quentin Schulz

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.