Changeset 1868


Ignore:
Timestamp:
Dec 22, 2008, 2:19:30 AM (15 years ago)
Author:
broder
Message:

Use check_call instead of call to make sure things error out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate

    r1866 r1868  
    77    # Use --no-follow-parent because we're going to handle that with
    88    # grafts.
    9     subprocess.call(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)],
     9    subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)],
    1010                    stdout=subprocess.PIPE)
    1111
Note: See TracChangeset for help on using the changeset viewer.