]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/gitarchive: Fix git push URL parameter
authorMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Thu, 8 Jan 2026 14:45:42 +0000 (15:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Jan 2026 22:46:04 +0000 (22:46 +0000)
commit024f08629feeec8198d1e489633e475959754cfe
tree5b7c9132b3597d7d39a25b35b3c5c7a460743a99
parent08c3877f4df8392ae347b03ac5334b170b1a4fec
oeqa/gitarchive: Fix git push URL parameter

The gitarchive() function takes a `push` parameter than can be either a
boolean or a string. But this parameter is then passed to
expand_tag_strings(), which clearly expect it to be a string if it is
defined. Split this in two arguments: a `push` boolean value and a
`push_remote` optional string.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/gitarchivetests.py
meta/lib/oeqa/utils/gitarchive.py
scripts/lib/resulttool/store.py