Skip to content
Snippets Groups Projects
Commit bbec42c1 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: Ie117ec0e488c740c0be01359912520d54c24248f
Reviewed-by: default avatarJanne Anttila <janne.anttila@digia.com>
parent 7836e96f
No related merge requests found
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
# - 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",
); );
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