GNOME Bugzilla – Bug 687790
dvcs_mirror interacts badly with --no-network
Last modified: 2021-05-17 15:55:23 UTC
It seems like --no-network means approximately "don't do the checkout stage". When using dvcs_mirror, --no-network should allow checking out from the mirror directory and should only prevent 'git fetch' on that directory. I think the solution is to have separate update(download?) and checkout stages. For tarballs: download downloads and checkout extracts For dvcs-mirror: download does the git clone --mirror and checkout does the local checkout For normal git: download does the git clone or a git fetch and checkout does the git rebase on the origin branch.
Is this fixed today ?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/jhbuild/-/issues/153.