RidgeRun / gst-interpipe

GStreamer plug-in for interpipeline communication
Other
143 stars 64 forks source link

common submodule is broken #76

Open hannes09 opened 3 years ago

hannes09 commented 3 years ago

running: git submodule update failes

the submodule url for common is not working for me

git://anongit.freedesktop.org/gstreamer/common is not avaliable

bradfa commented 3 years ago

It apparently moved to here https://gitlab.freedesktop.org/gstreamer/common like 2 years ago. But git://anongit.freedesktop.org/gstreamer/common.git still works fine for me.

michaelgruner commented 3 years ago

Thanks! Do you have that change handy enough to make a PR?

bradfa commented 3 years ago

Thanks! Do you have that change handy enough to make a PR?

I don't think a PR is needed, the existing anongit.freedesktop.org git repo still works fine for me:

$ git clone --recurse-submodules https://github.com/RidgeRun/gst-interpipe.git
Cloning into 'gst-interpipe'...
remote: Enumerating objects: 596, done.
remote: Total 596 (delta 0), reused 0 (delta 0), pack-reused 596
Receiving objects: 100% (596/596), 154.08 KiB | 1.97 MiB/s, done.
Resolving deltas: 100% (322/322), done.
Submodule 'common' (git://anongit.freedesktop.org/gstreamer/common) registered for path 'common'
Cloning into '/tmp/test/gst-interpipe/common'...
remote: Enumerating objects: 3997, done.        
remote: Counting objects: 100% (3997/3997), done.        
remote: Compressing objects: 100% (1367/1367), done.        
remote: Total 3997 (delta 2697), reused 3857 (delta 2616)        
Receiving objects: 100% (3997/3997), 622.07 KiB | 515.00 KiB/s, done.
Resolving deltas: 100% (2697/2697), done.
Submodule path 'common': checked out 'dd9d4031075713cf37c656ce639b6d60d6f9dde3'
bradfa commented 3 years ago

Sometimes I have noticed in the past that freedesktop.org infrastructure is down for maintenance or other reasons, possibly the original issue was just during one of those maintenance times?

hannes09 commented 3 years ago

Yes, maybe. Now it is also working for me again.

chkohn commented 3 years ago

it's pretty unreliable, we have seen it go down in our daily yocto builds on a regular basis.