diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-12-04 11:32:53 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-04 15:37:51 +0100 |
commit | 0f146689e6fb53762123c3e8a44fc6c8e71492ba (patch) | |
tree | 8ce8c7fe213553ab094f62d33169c2746bda9930 | |
parent | 08a39ca70472cc75c554a9c707188678e586547e (diff) | |
download | qtsvg-0f146689e6fb53762123c3e8a44fc6c8e71492ba.tar.gz |
sync.profile: Point dependencies to 'refs/heads/stable'v5.0.0-rc1
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: I49f7f2a610aa586170b5f51089cb5479bf5d9b82
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r-- | sync.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index f8ac926..915cf73 100644 --- a/sync.profile +++ b/sync.profile @@ -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/stable", ); |