fdroiddata/srclibs/qemu.yml

8 lines
370 B
YAML
Raw Normal View History

2025-11-11 10:08:43 +00:00
Repo: https://gitlab.com/qemu-project/qemu.git
2020-05-27 16:08:29 +00:00
RepoType: git
Prepare: |
2021-10-18 00:48:31 +00:00
sed -i -e 's/git.qemu.org\/git/gitlab.com\/qemu-project/g' .gitmodules
2020-05-27 16:08:29 +00:00
git submodule update --init
2021-10-18 00:48:31 +00:00
# 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