summaryrefslogtreecommitdiffstats
path: root/bin/git-sync-to
Commit message (Collapse)AuthorAgeFilesLines
* Add the qt-sync-to scriptVolker Hilsheimer2022-01-251-0/+24
By popular demand, add the shell script that calls the QtSynchronizeRepo cmake script. The script synchronizes submodules that the specified module's revision depends on, as per dependencies.yaml entries. E.g. calling $ git qt-sync-to qtmultimedia will check qtbase, qtdeclarative, qtsvg, ... out as per the dependencies entries, resulting in a consistent top level source tree up to qtmultimedia. Change-Id: I2b20439c49b7973e4e405bfdc6336aadf5dcfbc2 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>