summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-07 14:16:58 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-07 14:16:58 +0100
commitd43247683b49e24bd01da6ac9b9676b6b0689568 (patch)
tree81f731e18f073faf605b8a82cb86a9ef7011ea2e /script
parenta4549e935e29ec8635b9737497d49adc98e2a3d3 (diff)
git.sh: download "depend" projects *before*
don't do it after, because that means the main project is saved under src/ before we know whether the subrepo was downloaded. the "depend" variable (in config/git/) is no longer used for projects that go in subdirectories of a parent; now, we use config/submodules/ for this type of dependency. download the "depend" projects (as per config/git/) first. this way, if they fail, the main one will fail, but if they succeed and main fails, you can just run the main download again and it won't fail. this fixes a bug where, depending on how you download a set of projects and depending on the order which you do so, a given project can become un-downloadable on current design, because git will complain that a directory already exists. this fix is done not only in code (by this commit), but by prior configuration changes. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/trees2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/trees b/script/trees
index 9cceeab4..faaddc5f 100755
--- a/script/trees
+++ b/script/trees
@@ -39,8 +39,6 @@ main()
cfgsdir="config/$project"
listfile="$datadir/build.list" # needed on multi, optional on single
- remkdir "${tmpgit%/*}"
-
_cmd="build_projects"
singletree "$project" || _cmd="build_targets"
$_cmd $@