summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:49:08 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-11 17:49:08 +0200
commitc6e412d0faea0440288f25e2c3d8f0556835a8bc (patch)
treec13903d7df726b678818eb6e284f9316744d6c4c
parentf275c054c3d833fe84bf8b87feca2137d7e984eb (diff)
adjust dependency branch namesold/5.0
-rw-r--r--sync.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sync.profile b/sync.profile
index 0ffe6b2..57b2c86 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,12 +5,12 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtwebkit" => "refs/heads/stable",
- "qtscript" => "refs/heads/stable",
- "qtsvg" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
- "qttools" => "refs/heads/stable",
+ "qtbase" => "refs/heads/old/5.0",
+ "qtwebkit" => "refs/heads/old/5.0",
+ "qtscript" => "refs/heads/old/5.0",
+ "qtsvg" => "refs/heads/old/5.0",
+ "qtxmlpatterns" => "refs/heads/old/5.0",
+ "qtdeclarative" => "refs/heads/old/5.0",
+ "qtjsbackend" => "refs/heads/old/5.0",
+ "qttools" => "refs/heads/old/5.0",
);