mirror of
https://github.com/armbian/build.git
synced 2026-05-04 19:56:11 +02:00
Some checks failed
Infrastructure: Dispatch to fork / 📢 Run repository dispatch on fork (push) Has been cancelled
Infrastructure: Mirror to Codeberg / codeberg (push) Has been cancelled
Maintenance: Announce merge / announcepush (push) Has been cancelled
Maintenance: Security scan / Scorecards analysis (push) Has been cancelled
By default the git ref of BOOTSOURCE/BOOTBRANCH is memoized for 3600 seconds, so pushing new commits to a tracked branch is not picked up until the cache expires. Add UBOOT_GIT_CACHE_TTL, mirroring KERNEL_GIT_CACHE_TTL in artifact-kernel.sh, so users can override this timeout (set to a low value or 0 to always re-resolve the upstream SHA1). As suggested by rpardini in armbian/build#7710.