docker-mautic
docker-mautic copied to clipboard
Better usage for test branch
I think that could be a great idea move beta-fpm and beta-apache to the test branch. As far i know, the changes are commited directly in Master, right?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I'm not convinced (yet, but open to be persuaded).
Doing this would mean that any changes common to both branches would need to be manually ported from master
to test
. It would be extra work for questionable benefit and also it would be extremely easy to forget to do that for some changes, resulting in test
diverging from master
in undesirable ways.
So what would the benefits be? Would they really outweigh the disadvantages?
Typically a test
branch would be for testing proposed changes to this (docker-mautic) repo, not for testing changes to other repos (mautic itself).