fdroiddata/srclibs/qemu.yml
2025-11-12 08:36:19 +00:00

8 lines
No EOL
370 B
YAML

Repo: https://gitlab.com/qemu-project/qemu.git
RepoType: git
Prepare: |
sed -i -e 's/git.qemu.org\/git/gitlab.com\/qemu-project/g' .gitmodules
git submodule update --init
# Switch to the Gitlab mirror to avoid Let's Encrypt certs issue, might be reverted after main repo gets new certs
# sed submodules paths in the mirror for 5.1.0, but was fixed in newer versions