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

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: Id328f169004a6cb69078b58801885b00581fee33
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
Reviewed-by: default avatarMiikka Heikkinen <miikka.heikkinen@digia.com>
parent 59a003fa
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -12,5 +12,5 @@ ...@@ -12,5 +12,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/dev",
); );
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