Skip to content
Snippets Groups Projects
Commit cf295741 authored by Alper Nebi Yasak's avatar Alper Nebi Yasak
Browse files

download: Use shallow clones for big projects


Downloading coreboot and U-Boot takes quite the disk space and bandwith.
We don't need to download entire repos, only the revisions that we are
interested in.

Use the --depth=1 option to only download the files we need. Since the
initial clones may not have our target revision, always try to fetch it.

Signed-off-by: default avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
parent ef39e05b
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment