mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-14 13:15:35 -04:00
We always have a local git checkout in .flatpak-builder/git so that we can later update in it. However, if --extra-sources is used and the git repo exists there, we use the data there to clone the initial repo, to avoid lots of traffic on the network. Additionally, if --disable-update is specified we just straight clone the local cache repo, and then rewrite the origin to the real one. This means we never do any network i/o to the original pull.
16 KiB
16 KiB