repo-updater: Replace SubSyncer with PreSync function
Created by: mrnugget
Inspired by @tsenart's comment here I took another stab at this.
I like this version a lot more. I feel that there's less coupling between a8n
and repos
now and it allows us to keep the enterprise-specific initialization in the enterprise
main()
function.
What do you think?