sync.profile: Point dependencies to 'refs/heads/stable'
We should test stable branches against stable branches only. At some point we should automate the merges from dev->stable->release and decide how to handle possible merge conflicts. This is good enough for the time being. Change-Id: I87e02c9d323b524898d93fb5d1d4387218a984c5 Reviewed-by: Janne Anttila <janne.anttila@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
d09f9443b6
commit
90c8ba233b
@@ -20,8 +20,8 @@
|
||||
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
|
||||
#
|
||||
%dependencies = (
|
||||
"qtbase" => "refs/heads/master",
|
||||
"qtxmlpatterns" => "refs/heads/master",
|
||||
"qtdeclarative" => "refs/heads/master",
|
||||
"qtjsbackend" => "refs/heads/master",
|
||||
"qtbase" => "refs/heads/stable",
|
||||
"qtxmlpatterns" => "refs/heads/stable",
|
||||
"qtdeclarative" => "refs/heads/stable",
|
||||
"qtjsbackend" => "refs/heads/stable",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user