On quarta-feira, 16 de março de 2016 19:59:39 PDT Filippo Cucchetto wrote: > Maybe https://git-scm.com/docs/git-archive
The git-archive extension is not enabled on code.qt.io. $ git archive --remote=git://code.qt.io/qt/qtbase.git HEAD fatal: remote error: service not enabled: /qt/qtbase.git > > Is there a way to do tarball fetches from code.qt.io that correspond to a > > specific commit, tag or release (for QtWebKit; purely for convenience in a > > distribution/packaging script)? Tags are releases and are available in http://download.qt.io/. They are also transformed by adding the generated headers and removing Git-specific files. You should use that. If you need to test arbitrary commits, you should be using Git. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
