Re: [PATCH] ci: Fix again build-previous-qemu

2024-02-19 Thread Peter Xu
On Tue, Feb 13, 2024 at 04:49:01PM +0100, Paolo Bonzini wrote: > The build-previous-qemu job is now trying to fetch from the upstream > repository, but the tag is only fetched into FETCH_HEAD: > > $ git remote add upstream https://gitlab.com/qemu-project/qemu 00:00 > $ git fetch upstream $QEMU_PRE

Re: [PATCH] ci: Fix again build-previous-qemu

2024-02-14 Thread Fabiano Rosas
Paolo Bonzini writes: > The build-previous-qemu job is now trying to fetch from the upstream > repository, but the tag is only fetched into FETCH_HEAD: > > $ git remote add upstream https://gitlab.com/qemu-project/qemu 00:00 > $ git fetch upstream $QEMU_PREV_VERSION 00:02 > warning: redirecting t

[PATCH] ci: Fix again build-previous-qemu

2024-02-13 Thread Paolo Bonzini
The build-previous-qemu job is now trying to fetch from the upstream repository, but the tag is only fetched into FETCH_HEAD: $ git remote add upstream https://gitlab.com/qemu-project/qemu 00:00 $ git fetch upstream $QEMU_PREV_VERSION 00:02 warning: redirecting to https://gitlab.com/qemu-project/q