On Mon, 30 Oct 2023 at 19:09, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Sun, 29 Oct 2023 at 23:15, Stefan Hajnoczi <stefa...@gmail.com> wrote: > > > > On Fri, 27 Oct 2023 at 23:41, Peter Maydell <peter.mayd...@linaro.org> > > wrote: > > > > > > Hi; here's the latest target-arm queue. Mostly this is refactoring > > > and cleanup type patches. > > > Hi Peter, > > I can't find this email thread on lore.kernel.org and your git repo > > doesn't let me fetch the tag: > > > > $ git fetch https://git.linaro.org/people/pmaydell/qemu-arm.git > > tags/pull-target-arm-20231027 > > fatal: couldn't find remote ref tags/pull-target-arm-20231027 > > This works for me: > > $ git fetch https://git.linaro.org/people/pmaydell/qemu-arm.git > tags/pull-target-arm-20231027 > remote: Enumerating objects: 16753, done. > remote: Counting objects: 100% (16753/16753), done. > remote: Compressing objects: 100% (3181/3181), done. > remote: Total 17529 (delta 14031), reused 16255 (delta 13541), pack-reused 776 > Receiving objects: 100% (17529/17529), 22.87 MiB | 10.44 MiB/s, done. > Resolving deltas: 100% (14498/14498), completed with 1672 local objects. > From https://git.linaro.org/people/pmaydell/qemu-arm > * tag pull-target-arm-20231027 -> FETCH_HEAD > > > cgit shows the tag though, for some reason: > > https://git.linaro.org/people/pmaydell/qemu-arm.git/tag/?h=pull-target-arm-20231027 > > > > Any idea what's up with this pull request? Thanks! > > 'git.linaro.org' has several geolocated servers and pushes to > it should get mirrored across to all of them. Maybe the > syncing between them went wrong? You could try using one > specific one: > https://git-us.linaro.org/people/pmaydell/qemu-arm.git > tags/pull-target-arm-20231027 > > git-ie.linaro.org also seems to have the tag.
Yes, that solves the problem. DNS was resolving to git-ap.linaro.org for me and it doesn't have the tag. Thanks, Stefan