-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.8.4
-
None
When attempting to initialize the repository using perl init-repository command in version 6.8.4, the following error occurs:
fatal: Unable to find current revision in submodule path 'qtgraphs'
CMake Error at cmake/QtIRProcessHelpers.cmake:173 (message):
Failed to update submodule ''
git submodule update --force --no-fetch exited with status: 128
Call Stack (most recent call first):
cmake/QtIRGitHelpers.cmake:451 (qt_ir_execute_process_and_log_and_handle_error)
cmake/QtIRGitHelpers.cmake:1134 (qt_ir_handle_update_option)
cmake/QtIRHelpers.cmake:305 (qt_ir_handle_init_submodules)
cmake/QtIRHelpers.cmake:362 (qt_ir_run_after_args_parsed)
cmake/QtIRScript.cmake:16 (qt_ir_run_main_script)
Steps to reproduce:
git clone ssh://${GERRIT_USERNAME}@codereview.qt-project.org:29418/qt/tqtc-qt5
cd tqtc-qt5
git checkout -b 6.8.4 origin/tqtc/lts-6.8.4
perl init-repository