After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687790 - dvcs_mirror interacts badly with --no-network
dvcs_mirror interacts badly with --no-network
Status: RESOLVED OBSOLETE
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks: 669439
 
 
Reported: 2012-11-06 17:44 UTC by Allison Karlitskaya (desrt)
Modified: 2021-05-17 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allison Karlitskaya (desrt) 2012-11-06 17:44:21 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.
Comment 1 Erick Perez Castellanos 2013-09-02 19:49:10 UTC
Is this fixed today ?
Comment 2 GNOME Infrastructure Team 2021-05-17 15:55:23 UTC
-- 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.