trummerschlunk / master_me

automatic mastering plugin for live streaming, podcasts and internet radio.
GNU General Public License v3.0
547 stars 22 forks source link

dpf submodule use a commit that has vanished #108

Closed hfiguiere closed 1 year ago

hfiguiere commented 1 year ago

the dpf submodule is pinned to a commit that has vanished which make checkout fail in many cases.

image

falkTX commented 1 year ago

that is because I force-pushed to refresh it, as it has AU stuff which relies on experimental stuff so it sits on a branch. what issue does it make for you?

hfiguiere commented 1 year ago

that the commit can't be found.

falkTX commented 1 year ago

commit is always there, just without a reference to any active branch. the link https://github.com/DISTRHO/DPF/tree/d9088872a3ee65d33c6b9a60222dc9364b22b81a still works.

is some build failing because of it?

for source builds there is a source tarball in the releases

falkTX commented 1 year ago

closing as it is a non-issue

hfiguiere commented 1 year ago

commit outside of branches are usually not fetched. This is how git works.