Re: linux-media checkout failing for KernelCI
Guenter Roeck <[email protected]>
| Newsgroups | dev.linux.lists.kernelci |
|---|---|
| Message-ID | <CABXOdTdhkEADZO2YXM_RPdLooo7Lo9=WqsWS1euXxKqFLE6g9A@mail.gmail.com> |
On Fri, May 17, 2024 at 6:41 AM Gustavo Padovan <[email protected]> wrote: > > > Hi Media maintainers, > > We are struggling to use the media tree, in the same way we usually > virtually all other trees in KernelCI. The following commands gives > KernelCI a fatal error. > > git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > cd linux > git remote add media https://git.linuxtv.org/media_tree.git > git remote update media > git fetch --tags https://git.linuxtv.org/media_tree.git Why not "git fetch --tags media" instead of the last two commands ? That is working for me, and it is what I always use when fetching remote repositories. Thanks, Guenter > fatal: Couldn't find remote ref HEAD > > We are in the process of enabling a lot of testing for media using > fluster/gst and the ChromeOS Tast PlatformDecoder tests. I am not a git > behavior expert, so we want to start this thread to discuss possible > solutions as the media tree is for some reason deviating from some tacit > standard. > > Thoughts? > > Best, > > - Gus > > -- > Gustavo Padovan > Kernel Lead > > Collabora Ltd. > Platinum Building, St John's Innovation Park > Cambridge CB4 0DS, UK > Registered in England & Wales, no. 5513718 > >