mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 23:09:40 +02:00
update the fetch scripts themselves
the fetch scripts call themselves, for dependencies Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -33,7 +33,7 @@ main()
|
||||
verify_config
|
||||
|
||||
clone_project
|
||||
[ "${depend}" = "" ] || ./fetch ${depend} || \
|
||||
[ "${depend}" = "" ] || ./update project repo ${depend} || \
|
||||
fail "Cannot fetch dependency, ${depend}, for project, ${name}"
|
||||
|
||||
rm -Rf "${tmp_dir}" || fail "cannot remove tmpdir, ${tmp_dir}"
|
||||
@@ -114,7 +114,7 @@ fail()
|
||||
usage()
|
||||
{
|
||||
cat <<- EOF
|
||||
Usage: ./fetch [name]
|
||||
Usage: ./update project repo [name]
|
||||
|
||||
Options:
|
||||
name: Module name as specified in resources/git/revisions
|
||||
|
||||
Reference in New Issue
Block a user