diff options
author | Alexis Lothoré <alexis.lothore@bootlin.com> | 2023-10-10 11:30:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-11 09:43:45 +0100 |
commit | 800665612aab3d0f18aacd7dc4fe4e0111ff5b2d (patch) | |
tree | 750518be7ffbd987d1a52696253534a72c765a50 /meta/lib/patchtest/tests/test_python_pylint.py | |
parent | 441146001650959ea327e6eb9e6d93ccd669a8d8 (diff) | |
download | poky-800665612aab3d0f18aacd7dc4fe4e0111ff5b2d.tar.gz |
oeqa/utils/gitarchive: fix tag pattern searching
Whenever we ask gitarchive to search for tags, we can provide it with a
pattern (containing glob patterns). However, when searching for example for
tags matching branch master-next, it can find more tags which does not
correspond exactly to branch master-next (e.g. abelloni/master-next tags
will match).
Prevent those additional tags from being fetched by gitarchive by using a
more specific pattern: prefix user-provided pattern with "refs/tags"
(From OE-Core rev: c24b7ea28021da48aa8f3498a9b899f595efde56)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest/tests/test_python_pylint.py')
0 files changed, 0 insertions, 0 deletions