summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c030e8e)
svn path=/trunk/scripts/git-migration/; revision=1868
def clonePackage(base, pkg):
# Use --no-follow-parent because we're going to handle that with
# grafts.
def clonePackage(base, pkg):
# Use --no-follow-parent because we're going to handle that with
# grafts.
- subprocess.call(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)],
+ subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)],
stdout=subprocess.PIPE)
def cloneAllPackages(base):
stdout=subprocess.PIPE)
def cloneAllPackages(base):