From 4a280c629fca886547eb0f4ebbe6319b75b240d7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 27 Aug 2023 17:57:30 +0100 Subject: .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 --- fetch | 1 + 1 file changed, 1 insertion(+) (limited to 'fetch') diff --git a/fetch b/fetch index 5bc0e56b..bcd46af9 100755 --- a/fetch +++ b/fetch @@ -22,6 +22,7 @@ main() if [ "$(id -u)" = "0" ]; then fail "running lbmk as root as not permitted" fi + ./checkgit || err "Please read: https://libreboot.org/docs/build/" [ $# -gt 0 ] || fail "no argument given" -- cgit v1.2.1