summaryrefslogtreecommitdiff
path: root/config/grub
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-22 12:43:34 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-22 12:45:59 +0100
commit0216a3104a50ebf01405f6e04e44d0349567b85e (patch)
treeda5fc8a97796a793b0ae18d27e8fbf5af34019de /config/grub
parent419733d3073cbfc9f8f67e835b385b2b41e6f045 (diff)
get.sh: Always update git remotes
Right now, if cache/clone/PROJECT/ already exists, the logic for pulling new changes doesn't execute, and neither does the logic for updating remotes. This is bad when updating revisions, because then manual updating is required, defeating the purpose of xbmk's own automation in this regard. Fix it by only checking the cached download on files, not Git repositories; the try_git function itself will already perform this check, before updating remotes and pulling in new commits from upstream. The updating only happens when a given target directory doesn't exist, e.g. src/flashprog/ or src/grub/default/, so this won't slow down release builds for example. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub')
0 files changed, 0 insertions, 0 deletions