Commit Graph

2 Commits

Author SHA1 Message Date
fosslinux b25e49e11d Fix SHA256SUMS.sources
As per request of @bittorf
2021-02-10 20:10:09 +11:00
Bastian Bittorf c0d2c232ac add download cache
overload 'wget' with a function,
so all wget downloads are cached in
ether 'sources' or ENV defined using $CACHEDIR.

directory 'sources' is already in .gitignore

checksum store is in root-dir of repo
and can be manually checked with:

( cd sources && sha256sum -c ../SHA256SUMS.sources )

introducing '$GITDIR' and enforce run in this dir.
2021-02-10 08:10:10 +01:00