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 728351 - support mirroring repositories
support mirroring repositories
Status: RESOLVED FIXED
Product: ostree
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: OSTree maintainer(s)
OSTree maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-04-16 15:49 UTC by Colin Walters
Modified: 2014-06-16 21:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pull: Support --mirror option (3.54 KB, patch)
2014-06-16 21:14 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2014-04-16 15:49:31 UTC
We should have a convenient command to mirror.
Comment 1 Colin Walters 2014-06-16 21:14:23 UTC
Created attachment 278562 [details] [review]
pull: Support --mirror option

There's several use cases for calling into ostree itself to do
mirroring, instead of using bare rsync.  For example, it's a bit more
efficient as it doesn't require syncing the objects/ directory.
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-06-16 21:19:54 UTC
Review of attachment 278562 [details] [review]:

Looks good.
Comment 3 Colin Walters 2014-06-16 21:21:08 UTC
Attachment 278562 [details] pushed as 6a5e66b - pull: Support --mirror option