martinmelin / githubmirror

A small script to keep a local bare copy of every repo in a Github organization, for faster cloning and deploys
40 stars 14 forks source link

Init missing repositories, better failure reporting #4

Open promovicz opened 10 years ago

promovicz commented 10 years ago

This patch makes it possible to mirror organizations with repositories that are broken or blacklisted by github.

This is done by continuing on failure. Failed repositories will be printed on finish.

(if you don't like the messages or other details then please drop a line)

promovicz commented 10 years ago

Oh, and I forgot: this also makes "sync" initialize repos that aren't present properly.

This way its easier to mirror incrementally, even if the set of repositories changes.