summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2013-12-15 11:05:13 +0100
committerPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2013-12-15 12:14:16 +0100
commit3e02c41cc43a20c8af41730934ae7bbac02ab861 (patch)
treed05923ad7f83a638275e68dbce313d82d08a3b7e
parentf65dd01f9cf28a020c65509cc44516315feb2401 (diff)
downloadqtwayland-3e02c41cc43a20c8af41730934ae7bbac02ab861.tar.gz
Update sync.profile to track dependencies from the same branch
If we leave the git symbolic ref empty, it will track dependencies from the same branch. Change-Id: Ia1cc9ea2e58386636833a30d9844545a9de9d27a Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
-rw-r--r--sync.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 6108d479..e8c62c4d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,8 +12,9 @@
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
+# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/dev",
- "qtdeclarative" => "refs/heads/dev",
+ "qtbase" => "",
+ "qtdeclarative" => "",
);