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

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.