On 1/20/19 10:31 AM, Andrzej Telszewski wrote: > On 18/01/2019 15:54, Nikolai Kosjar wrote: >> http://code.qt.io/cgit/clang/llvm.git/ has the following tags now: >> >> qtcreator-4.8.0 >> qtcreator-4.8.1 > > This is really cool news :) > > Now, is there a way to download a tarball for the particular tag?
I don't know much about cgit, sorry. Our build script does not create source tar balls, but this brings you quite close (except not being a tarball...): $ git clone -b qtcreator-4.8.1 --depth 1 --recursive https://code.qt.io/clang/llvm > And if so, would cgit include submodules in the tarball? I don't know either, but note that LLVM/Clang moves to a mono-repo. Eventually we will need to follow so that there will be no submodules anymore. Nikolai _______________________________________________ Qt-creator mailing list [email protected] https://lists.qt-project.org/listinfo/qt-creator
