src-d / ghsync

GitHub API v3 > PostgreSQL
https://sourced.tech
GNU General Public License v3.0
9 stars 8 forks source link

Support passing multipe orgs when using deep sync #59

Open se7entyse7en opened 5 years ago

se7entyse7en commented 5 years ago

Currently, shallow sync supports passing multiple orgs, but deep sync doesn't.

alexpdp7 commented 5 years ago

Maxim said somewhere else...

Maybe it's easier to contribute to ghsync repo?

You just need to copy-past code from here: https://github.com/src-d/ghsync/blob/master/cmd/ghsync/subcmd/shallow.go#L44 to here: https://github.com/src-d/ghsync/blob/master/cmd/ghsync/subcmd/deep.go#L55