Ticket #5119 (closed feature request: fixed)

Opened 2 years ago

Last modified 2 years ago

sync-all should have a resume option

Reported by: ezyang Owned by:
Priority: normal Milestone:
Component: Build System Version: 7.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

If sync-all is run with flags that can cause it to fail given some problem (--ff-only, --rebase, etc.) it would be convenient if the command fails on some repo for it to allow us to resume from that repo (so we don't have to wait for all the repos that we know are fine.) Something like writing out the last repo to a file which is read out when --resume is called.

Change History

Changed 2 years ago by igloo@…

commit bcda801d61c48f536af53b75815d4d2bd2abded4
Author: Ian Lynagh <igloo@earth.li>
Date:   Fri Jul 15 22:14:33 2011 +0100

    Add --resume support to sync-all; trac #5119
    
    Now after, for example, "./sync-all pull", if pulling in one repo fails
    then you can restart from that point with "./sync-all --resume pull".

Changed 2 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Fixed.

Note: See TracTickets for help on using tickets.