summaryrefslogtreecommitdiffstats
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* remove dependencies from sync.profileOswald Buddenhagen2016-11-231-9/+1
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: Iec8d6adc5dc8d0c3d9f4c369d901e0352bd746f1 Reviewed-by: Liang Qi <liang.qi@qt.io>
* sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-251-1/+2
| | | | | | | | | | | This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: I3240876d8eea81f8313983e542ff94603d4768bf Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-01-181-1/+1
| | | | Change-Id: I1dda698c407edec1309116c86584e4954da81c36
* point dependencies to 'release' branchesSergio Ahumada2012-12-181-1/+1
| | | | | | Change-Id: Ice5b28077b2d12203a8d3194497f2f312b2264db Reviewed-by: aavit <eirik.aavitsland@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* sync.profile: Point dependencies to 'refs/heads/stable'Sergio Ahumada2012-12-041-1/+1
| | | | | | | | | | | | 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: I42f68dd5f073a466cecbe9d811a0152af7256895 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* clean upOswald Buddenhagen2012-08-141-10/+0
| | | | | | | there are no qt modules here, so these lines will never be used Change-Id: I85930c993a8befc9607dc1f792074da42334e0ad Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Long live the qtimageformats moduleKent Hansen2012-01-251-0/+19
This module contains plugins for image formats that aren't part of the "core" (qtbase) offering, starting with mng. Task-number: QTBUG-21869 Change-Id: I85e51ed6f84c07419b1676f9def234c36f10141f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: aavit <qt_aavit@ovi.com>