Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Split OCA website repository into website and website_sale

by
Leonardo Pistone
- 14/08/2015 14:19:10
On Fri, Aug 14, 2015 at 2:08 PM, Miku Laitinen <miku@avoin.systems> wrote:
> One argument for keeping modules in their own repos is that they can be used
> as git submodules. If all the modules are in the same repository, you have
> to 1. download all of them as a submodule, even if you need just one module,
> and 2. modify the odoo configuration file to include the directory as an
> addons path.

+1 there are more important points: that would allow us to tag the
repo with the module version, avoid custom merge-ins of open PRs with
the buildout merge-in feature, easy transfer of ownership without
git-fu and maybe reconsider making pip packages from every module.

We'll see what happens when we'll start working on v9.

Also, please note that to split repos in two or other rearrangements,
we need to rewrite the git history of all repos involved, which I'd
like to avoid. Also, we'll brake all existing projects (i.e. buildouts
that pull modules from repos at specific hashes).

Reference