Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-qt-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qtwaylandtests
docker-qt-tests
Commits
216cfbe6
Commit
216cfbe6
authored
7 years ago
by
Johan Helsing
Browse files
Options
Downloads
Patches
Plain Diff
Bump up the shallow cloning depth hack
parent
70bcbd5e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/clone-qt.sh
+3
-2
3 additions, 2 deletions
scripts/clone-qt.sh
with
3 additions
and
2 deletions
scripts/clone-qt.sh
+
3
−
2
View file @
216cfbe6
...
...
@@ -12,9 +12,10 @@ git remote add origin https://codereview.qt-project.org/qt/qt5.git
git fetch
--depth
1 origin
"
$qt5_rev
"
git checkout FETCH_HEAD
#proper shallow cloning doesn't work for
d
ebian
s
tretch for some reason
#proper shallow cloning doesn't work for
D
ebian
S
tretch for some reason
#git submodule update --init --depth 1 -- qtbase qtxmlpatterns qtdeclarative qtwayland
git submodule update
--init
--depth
50
--
qtbase qtxmlpatterns qtdeclarative qtwayland
#git submodule update --init --depth 50 -- qtbase qtxmlpatterns qtdeclarative qtwayland
git submodule update
--init
--depth
200
--
qtbase qtxmlpatterns qtdeclarative qtwayland
if
[[
-v
QT_DOCKERTEST_QTWAYLAND_REV
]]
;
then
cd
"
$srcdir
/qtwayland"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment