Files
kioskpi/.gitmodules
Dustin C. Hatch 5eb2972508
All checks were successful
dustin/kioskpi/pipeline/head This commit looks good
Remove buildroot submodule
Apparently, submodules don't work correctly when both `branch` and
`shallow` are specified.  It seems `git` fetches the latest commit and
_then_ tries to switch branches, which always fails:

> Unable to find refs/remotes/origin/2025.08.x revision in submodule
> path 'buildroot'

Let's just get rid of the submodule and do a shallow clone of
`buildroot` manually during the build.
2025-11-15 15:07:06 -06:00

6 lines
143 B
Plaintext

[submodule "aimee-os"]
path = aimee-os
url = https://git.pyrocufflink.blue/AimeeOS/aimee-os.git
branch = master
shallow = true