mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2024-12-03 15:34:44 +00:00
8bb3730e7b
lib.sh download() is used by subfile handling in git.sh, e.g. crossgcc tarballs. they are not currently cached, but are downloaded directly in place. cache them, under cache/file/, saved with the name equal to the checksum, so: cache/file/CHECKSUM if the given cached file exists, use it as-is for simple copy, instead of curl. this avoids re-downloading a lot of crossgcc tarballs, where different coreboot trees may use some archives that are the same throughout. Signed-off-by: Leah Rowe <leah@libreboot.org>
30 lines
286 B
Text
30 lines
286 B
Text
*~
|
|
*.o
|
|
/cache/
|
|
/cbmk.err.log
|
|
/repo/
|
|
/docs/
|
|
/util/dell-flash-unlock/dell_flash_unlock
|
|
/TODO
|
|
/tmp/
|
|
/elf/
|
|
*.s[a-w]?
|
|
*.vim
|
|
/*.elf
|
|
/*.bin
|
|
/*.rom
|
|
/build_error
|
|
/TODO/
|
|
/config/*/*/seen
|
|
/bin/
|
|
/release/
|
|
/*.bin
|
|
/push
|
|
/version
|
|
/versiondate
|
|
/util/nvmutil/nvm
|
|
/src/
|
|
/CHANGELOG
|
|
/todo.txt
|
|
/lock
|
|
/hash/
|