1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
Marian Buschsieweke 21824cc09f
dist/tools/dlcache: make script more portable
- do not use `bash` in shebang, e.g. containers may not ship bash
- do not use `flock -w <timeout_secs> ...`, but
  `timeout <timeout_secs> flock ...` to be portable to even busybox's
  flock implementation
- sha512sum is more common on Linux than shasum
2025-12-02 11:43:19 +01:00
..
2024-09-26 11:22:45 +02:00
2025-11-06 18:58:13 +01:00
2020-04-17 17:11:15 +02:00
2025-11-10 19:56:59 +01:00
2022-09-27 13:42:37 +02:00
2025-08-15 12:15:29 +02:00
2021-11-23 20:02:47 +01:00
2022-08-02 11:03:03 +02:00