mbox series

[v2,0/2] oeqa/gitarchive: Push tag before copying log files

Message ID 20260108-mathieu-fix-15696-v2-0-fbb0967fdfed@bootlin.com
Headers show
Series oeqa/gitarchive: Push tag before copying log files | expand

Message

Mathieu Dubois-Briand Jan. 8, 2026, 2:45 p.m. UTC
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
Changes in v2:
- Split the `push` parameter of gitarchive in two parameters, instead of
  trying to parse the multiple possible types.
- Add a --push parameter instead of always pushing when log archiving is
  requested.
- Link to v1: https://lore.kernel.org/r/20251230-mathieu-fix-15696-v1-0-b4de13efebc0@bootlin.com

---
Mathieu Dubois-Briand (2):
      oeqa/gitarchive: Fix git push URL parameter
      oeqa/gitarchive: Push tag before copying log files

 meta/lib/oeqa/selftest/cases/gitarchivetests.py | 4 ++--
 meta/lib/oeqa/utils/gitarchive.py               | 8 ++++----
 scripts/lib/resulttool/store.py                 | 9 ++++++++-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
base-commit: 235e6d49e5888ad04416219e10b6df91a738661a
change-id: 20251230-mathieu-fix-15696-32be41851aca

Best regards,