diff options
author | Alexis Lothoré <alexis.lothore@bootlin.com> | 2023-08-18 16:17:11 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-12 11:30:08 -1000 |
commit | 03ccc1284aee335253607c5d71c6cbf73c28a2cc (patch) | |
tree | 1ba7a0bde8e81aad4f8f7bcee8bd12251fac15b8 /scripts/lib/wic/plugins/source/empty.py | |
parent | f0265a9051412eaf41290b5d86786c870112e9fc (diff) | |
download | poky-03ccc1284aee335253607c5d71c6cbf73c28a2cc.tar.gz |
oeqa/utils/gitarchive: fix tag computation when creating archive
Sporadic errors have been observed in autobuilder when trying to store new
tests results:
error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults'
hint: Updates were rejected because the tag already exists in the remote.
The new tag name is generated by gitarchive based on known tags from the
repository (learnt with git tag). In autobuilder case, this repository is a
shallow clone, so git tag only returns most recent tags, which mean we
could miss some older tags which exist in remote but not locally. In this
case, gitarchive will likely create a tag which already exists in remote,
and so will fail to push
Fix this tag duplication by using git ls-remote to learn about existing
tags instead of git tag. To do so, create a helper ("get_tags") which
manages both nominal case (target directory is a git repository with a
proper remote) and fallback case (target directory is not from a clone, no
remote has been configured)
Fixes [YOCTO #15140]
(From OE-Core rev: b0d96ea432196800fedb45e6d1da44a3523fad63)
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9cbbe9689866158825a7ae774b7965b41ff5c461)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/wic/plugins/source/empty.py')
0 files changed, 0 insertions, 0 deletions