mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
archiver.py: fix typo of "ARCHIVER_MIRROR_EXCLUDE" in comment
(From OE-Core rev: 7bd0bb37ed98b7b8c2ce05f1434fe5ff12f8efc9) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3fa3ce2ae0
commit
d5db9d1264
@@ -208,7 +208,7 @@ class Archiver(OESelftestTestCase):
|
||||
"""
|
||||
Test that the archiver works with `ARCHIVER_MODE[src] = "mirror"` and
|
||||
correctly excludes an archive when its URL matches
|
||||
`ARCHIVER_MIRROR_EXCLUDES`.
|
||||
`ARCHIVER_MIRROR_EXCLUDE`.
|
||||
"""
|
||||
|
||||
target='selftest-ed'
|
||||
|
||||
Reference in New Issue
Block a user