sync.profile: Point dependencies to 'refs/heads/dev'
We should test dev branches against dev branches only by default. At some point we should automate the merges from release->stable->dev and/or decide how to handle possible conflicts. This is good enough for the time being. Change-Id: I9f3c9977b162b82611e48cd304cfcc316fed95ad Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
6a6c9ca37c
commit
c2736c3a62
@@ -20,8 +20,8 @@
|
|||||||
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
|
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
|
||||||
#
|
#
|
||||||
%dependencies = (
|
%dependencies = (
|
||||||
"qtbase" => "refs/heads/master",
|
"qtbase" => "refs/heads/dev",
|
||||||
"qtxmlpatterns" => "refs/heads/master",
|
"qtxmlpatterns" => "refs/heads/dev",
|
||||||
"qtdeclarative" => "refs/heads/master",
|
"qtdeclarative" => "refs/heads/dev",
|
||||||
"qtjsbackend" => "refs/heads/master",
|
"qtjsbackend" => "refs/heads/dev",
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user