From a04256641a6af8474a10ec5794a567a8c45370dd Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Mon, 15 Jun 2020 10:21:28 -0700 Subject: [PATCH] download all sources up front for offline builds --- scripts/fetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/fetch b/scripts/fetch index c4dff5e..c906ccc 100755 --- a/scripts/fetch +++ b/scripts/fetch @@ -15,3 +15,5 @@ buildroot_ref=${BUILDROOT_REF?} mkdir -p "$build_dir" git clone "$buildroot_repo" "$buildroot_dir" git -C "$buildroot_dir" checkout "$buildroot_ref" +cd "$buildroot_dir" +make source