Code review comment for lp:~cjwatson/turnip/auto-create-repository

Revision history for this message
William Grant (wgrant) wrote :

Ah, sorry, that was ambiguous indeed. I was meaning something sort of like the PPA key generation situation: we may assume that some reasonable subset of created repositories will never be accessed, so it may make sense to lazily create the turnip side of things. If we were to do that, LP's translatePath would notice that it has a GitRepository row but doesn't exist in turnip, and make the same call into turnip as it would if the GitRepository didn't exist. But Git repositories are cheaper than OpenPGP keys, so it may not be sensible to delay that except for app performance reasons.

« Back to merge proposal