fdroiddata/srclibs/qemu.yml
2025-10-30 13:23:29 +01:00

8 lines
No EOL
367 B
YAML

Repo: https://gitlab.com/qemu-project/qemu/
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