mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
The previous stdout regular expressions were expect the build dir to be in the source dir. Relax that constraint, so any build dir can be used. Keep the generated 'tmp' part as the indicator for the build dir. Change-Id: Ib8c2bf31f80926b9209948a5c70859e086ed71a1 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
13 lines
701 B
Plaintext
13 lines
701 B
Plaintext
\+ git submodule init qtsvg
|
|
\+ git config commit.template .+tmp.+/qt6/.commit-template
|
|
\+ git config remote.origin.url https://code.qt.io/qt/qtsvg.git
|
|
\+ git fetch origin
|
|
\+ git config commit.template .+tmp.+/qt6/.commit-template
|
|
\+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qtsvg.git
|
|
\+ git config remote.gerrit.fetch \+refs/heads/\*:refs/remotes/gerrit/\* /heads/
|
|
\+ git submodule update --force --no-fetch
|
|
Submodule path 'qtsvg': checked out '[0-9a-zA-Z]+'
|
|
\+ git config remote.gerrit.url ssh://codereview.qt-project.org/qt/qt5
|
|
\+ git config remote.gerrit.fetch \+refs/heads/\*:refs/remotes/gerrit/\* /heads/
|
|
Warning: cannot find Git hooks, qtrepotools module might be absent
|