mirror of
https://github.com/ostreedev/ostree.git
synced 2025-04-02 22:50:40 +03:00
It turns out COPR is buggy and does: $ git clone --recursive $ git switch <branch> This results in the submodules not being initialized for the target branch. Work around this by always re-initializing submodules.