Qt-for-Tizen-git-workflow: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=[[Tizen|Qt for Tizen]]: git workflow=
h1. [[Tizen|Qt for Tizen]]: git workflow


==Reviews==
== Reviews ==


As the rest of the Qt Project we use Gerrit tool, working on top of git. For starters, please read:
As the rest of the Qt Project we use Gerrit tool, working on top of git. For starters, please read:<br />* [[Gerrit-Introduction|Introduction to Gerrit]]<br />* [[Setting-up-Gerrit|Setting up Gerrit]]


* [[Gerrit-Introduction|Introduction to Gerrit]]
== Branches: ==
* [[Setting-up-Gerrit|Setting up Gerrit]]
 
==Branches:==


* qtbase
* qtbase
** wip/tizen branch for preparing qt for tizen integration (mkspecs, xcb hooks etc).
** wip/tizen - branch for preparing qt for tizen integration (mkspecs, xcb hooks etc).
* qtquickcontrols-tizen
* qtquickcontrols-tizen  
** dev into this branch wip/tizen’s history will be squashed
** dev - into this branch wip/tizen's history will be squashed
** wip/tizen this branch is used for alpha development, trying different approaches and solutions. After some time one solution will be agreed. Then the history will be squashed and merged into the dev branch with review from the qtquickcontrols team. Currently we need to use codereview.qt.io to push commits into this branch.
** wip/tizen - this branch is used for alpha development, trying different approaches and solutions. After some time one solution will be agreed. Then the history will be squashed and merged into the dev branch with review from the qtquickcontrols team. Currently we need to use codereview.qt.io to push commits into this branch.
 
===Categories:===
 
* [[:Category:Developing Qt|Developing_Qt]]
** [[:Category:Developing Qt::Ports|Ports]]
* [[:Category:Developing Qt::Ports::Tizen|Tizen]]

Revision as of 11:32, 24 February 2015

h1. Qt for Tizen: git workflow

Reviews

As the rest of the Qt Project we use Gerrit tool, working on top of git. For starters, please read:
* Introduction to Gerrit
* Setting up Gerrit

Branches:

  • qtbase
    • wip/tizen - branch for preparing qt for tizen integration (mkspecs, xcb hooks etc).
  • qtquickcontrols-tizen
    • dev - into this branch wip/tizen's history will be squashed
    • wip/tizen - this branch is used for alpha development, trying different approaches and solutions. After some time one solution will be agreed. Then the history will be squashed and merged into the dev branch with review from the qtquickcontrols team. Currently we need to use codereview.qt.io to push commits into this branch.