Commit fb077ecd 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: Ie8c7f3a545166a2deb100bf8b4e93624f0b0f05a
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 2cb057ef
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -10,5 +10,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%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