code.qt.io cannot be accessed
-
Hello,
Is https://code.qt.io/playground/qlitehtml.git referred to https://invent.kde.org/qt/playground/qlitehtml?I have cloned the Qt6 repository into ~/qt-sources by
git clone --branch v6.10.1 https://github.com/qt/qt5.git .and tried~/qt-sources/configure -init-submodules -skip qtwebengine -prefix /opt/Qt6.When it was
Cloning into 'src/assistant/qlitehtml'..., there was an error like this:fatal: unable to access 'https://code.qt.io/playground/qlitehtml.git/': Failed to connect to code.qt.io port 443 after 134706 ms: Connection timed out CMake Error at qt-sources/cmake/QtIRProcessHelpers.cmake:173 (message): Failed to clone submodule 'src/assistant/qlitehtml' git clone --no-checkout --progress https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml exited with status: 128 Call Stack (most recent call first): qt-sources/cmake/QtIRGitHelpers.cmake:258 (qt_ir_execute_process_and_log_and_handle_error) qt-sources/cmake/QtIRGitHelpers.cmake:1114 (qt_ir_clone_one_submodule) qt-sources/cmake/QtIRGitHelpers.cmake:1149 (qt_ir_handle_init_submodules) qt-sources/cmake/QtIRHelpers.cmake:305 (qt_ir_handle_init_submodules) qt-sources/cmake/QtIRHelpers.cmake:362 (qt_ir_run_after_args_parsed) qt-sources/cmake/QtTopLevelHelpers.cmake:51 (qt_ir_run_main_script) qt-sources/cmake/QtTopLevelConfigureScript.cmake:16 (qt_tl_run_main_script)I found out the repository
playground/qlitehtmlin https://invent.kde.org/qt/playground/qlitehtml. Are they the same?Could I change the 32nd and 33rd lines of
tests/manual/RunCMake/InitRepository/0070_ir_qttools_with_deps-stdout.txtfrom:Submodule 'src/assistant/qlitehtml' \(https://code.qt.io/playground/qlitehtml.git\) registered for path 'src/assistant/… \+ git clone --no-checkout https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtmlto
Submodule 'src/assistant/qlitehtml' \(https://invent.kde.org/qt/playground/qlitehtml\) registered for path 'src/assistant/… \+ git clone --no-checkout https://invent.kde.org/qt/playground/qlitehtml src/assistant/qlitehtml?
I know that I could wait until code.qt.io is accessible. But, what if I don' t have time? Any suggestion?
Thank you,Dylan
-
You can also use https://codereview.qt-project.org/playground/qlitehtml.git
-
You can also use https://codereview.qt-project.org/playground/qlitehtml.git
@cristian-adam So, I could change the lines of tests/manual/RunCMake/InitRepository/0070_ir_qttools_with_deps-stdout.txt ? Orare there any other files I should change?
-
@cristian-adam So, I could change the lines of tests/manual/RunCMake/InitRepository/0070_ir_qttools_with_deps-stdout.txt ? Orare there any other files I should change?
@gabrield-droid for Qt Creator I have this line:
$ git submodule set-url -- src/libs/qlitehtml https://codereview.qt-project.org/playground/qlitehtml.gitYou would have to change accordingly for Qt.
-
Ok. Thank you. Anyway, code.qt.io is accessible again. I can even do
git clone --branch v6.10.1 git://code.qt.io/qt/qt5.git .which means all of the submodules are also cloned fromcode.qt.io. The configuring process has been successful. Anyway. if code.qt.io is not accessible again, can I substitute all thecode.qt.iopart of eachgit submodule set-url -- path/path/path https://code.qt.io/path/repository.gittocodereview.qt-project.org? I'm talking about Qt6