Skip to content

Commit

Permalink
sync.profile: Point dependencies to 'refs/heads/stable'
Browse files Browse the repository at this point in the history
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: I87de49aae6ab2b213c4829931dd3e6564262673b
Reviewed-by: Janne Anttila <[email protected]>
  • Loading branch information
Sergio Ahumada authored and The Qt Project committed Dec 4, 2012
1 parent 4cbcad7 commit a9392d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,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/stable",
);

0 comments on commit a9392d7

Please sign in to comment.