[Interest] qt.git: broken v5.6.0 .gitmodules?

Christian Gagneraud chgans at gmail.com
Sun Dec 10 04:30:41 CET 2017


Hi there,

Is it me or .gitmodules on tag v5.6.0 is broken?
.gitmodules set the branch name of all qt modules to '5.6.0', but
these branches don't exist (anymore?). The only branches available on
qt submodules are '5.6, '5.7', ... and tags like 'v5.6.0', 'v5.6.1',
...

git clone $qt5url
cd qt5
git checkout $qt5version
perl init-repository ...
...
Cloning into 'qtandroidextras'...
fatal: Remote branch 5.6.0 not found in upstream origin
git clone --branch 5.6.0 https://code.qt.io/qt/qtandroidextras.git
qtandroidextras exited with status 32768 at init-repository line 191.
        Qt::InitRepository::exe(Qt::InitRepository=HASH(0x9127ca0),
"git", "clone", "--branch", "5.6.0",
"https://code.qt.io/qt/qtandroidextras.git", "qtandroidextras") called
at init-repository line 472
        Qt::InitRepository::git_clone_one_submodule(Qt::InitRepository=HASH(0x9127ca0),
"qtandroidextras", "qt/qtandroidextras.git", "5.6.0") called at
init-repository line 378
        Qt::InitRepository::git_clone_all_submodules(Qt::InitRepository=HASH(0x9127ca0),
"qt/qt5", 0, "preview", "essential", "addon", "deprecated",
"-qtactiveqt", ...) called at init-repository line 565
        Qt::InitRepository::run(Qt::InitRepository=HASH(0x9127ca0))
called at init-repository line 576
+ '[' 2 -ne 0 ']'
+ echo 'ERROR: init-repository failed'
ERROR: init-repository failed
+ exit 1


The same problem appears with other qt5 submodules


Any clue how to fix this problem?


Chris



More information about the Interest mailing list