Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ GIT_KWDS = {
# ignoring the .gitignore rules (ex: remove also ".o" files).
"mode": "full",
"method": "fresh",
# Partial (blobless) clone: only fetch commit and tree objects,
# blobs are fetched on demand during checkout.
"filters": ["blob:none"],
# If fetch fails, wipe and re-clone instead of failing the build.
"clobberOnFailure": True,
}

c["builders"] = []
Expand Down