Commit 460f310b authored by Sergio Ahumada's avatar Sergio Ahumada Committed by The Qt Project
Browse files

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: Idc68c5c4653375b1805638b80c2a9e8f5a2cacad
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: default avatarJanne Anttila <janne.anttila@digia.com>
parent 97eb2bc2
No related merge requests found
Showing with 3 additions and 3 deletions
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# - 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/stable",
"qtxmlpatterns" => "refs/heads/master", "qtxmlpatterns" => "refs/heads/stable",
"qtjsbackend" => "refs/heads/master", "qtjsbackend" => "refs/heads/stable",
); );
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment