[Development] PSA: New qt/qtqa "dev" branch created alongside master branch
Alexandru Croitor
alexandru.croitor at qt.io
Fri Jun 12 15:45:03 CEST 2020
Small correction.
Instead of pushing changes to qt/qtqa master branch, push them to dev, and add a "Pick-to: master" footer.
This way we are consistent with the cherry-pick model as in the other dev branches.
> On 12. Jun 2020, at 12:46, Alexandru Croitor <alexandru.croitor at qt.io> wrote:
>
> Hi,
>
> Long explanation. TL;DR below.
>
> In order to enable CMake configurations for the qt/qtqa repo, I had to add a new Coin instruction module_config.yaml file to the master branch.
>
> Unfortunately that broke all non-dev branch qt5.git integrations (5.12, 5.15) for a while, because we use the same master branch for all qt5.git integrations. That was reverted.
>
> I decided to create a new qt/qtqa "dev" branch after some internal discussions, so that we can build qt/qtqa with cmake, without breaking 5.12, and 5.15 integrations.
>
> So I created it. The intention would be to merge master into dev regularly.
>
> We can probably get rid of master in the future once we don't do integrations for 5.x branches.
>
> One issue that popped up is that the cherry-pick bot doesn't like pushes to master because there's a dev branch. We'll discuss how to fix this.
>
>
> TL;DR
>
> New "dev" branch in qt/qtqa repo.
> Push changes to master, they will be merged to dev.
> Cherry-pick bot has issues with that at the moment, we will figure it out.
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> https://lists.qt-project.org/listinfo/development
More information about the Development
mailing list