summaryrefslogtreecommitdiff
path: root/fetch_trees
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-27 17:57:30 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-27 18:17:31 +0100
commit4a280c629fca886547eb0f4ebbe6319b75b240d7 (patch)
tree39ec0a077c77e7a40507b8edc1339b6f036768a0 /fetch_trees
parent355eb765ff47b0855a6f5655312608d3264e70bf (diff)
.gitcheck: re-write entirely. force global config.
the way the old script worked was extremely hacky it's cleaner just to make the user configure git i haven't used anything from the old .gitcheck script, which is now deleted. i completely re-wrote this, in a much simpler way. this is less maintenance now, when things change in the upstream projects. coreboot makes heavy use of git within its build system Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'fetch_trees')
-rwxr-xr-xfetch_trees1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetch_trees b/fetch_trees
index 3c33beb0..be5d4d86 100755
--- a/fetch_trees
+++ b/fetch_trees
@@ -39,6 +39,7 @@ main()
if [ "$(id -u)" = "0" ]; then
err "running lbmk as root as not permitted"
fi
+ ./checkgit || err "Please read: https://libreboot.org/docs/build/"
rm -f "${cfgsdir}"/*/seen || err_rm_seen "main 1"