mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 23:42:16 +02:00
build: simplified downloads in fetch_trees()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -180,9 +180,8 @@ build_release()
|
|||||||
|
|
||||||
fetch_trees()
|
fetch_trees()
|
||||||
{
|
{
|
||||||
for x in config/git/*; do
|
for x in $(items config/git); do
|
||||||
[ ! -f "${x}" ] || ./update trees -f "${x#config/git/}" || \
|
./update trees -f "$x" || $err "$_xm: fetch $x"
|
||||||
$err "${_xm}: fetch ${x#config/git/}"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
for x in config/*/build.list; do
|
for x in config/*/build.list; do
|
||||||
|
|||||||
Reference in New Issue
Block a user