Open mikzuit opened 2 years ago
the message says expected 28a8495c4da0ece10c8b12f0be6eb5f0
... where is that coming from?
I can only asume:
the checksum 175b87851dbf1143df351cfb4134dbdd
looks correct in the OSMC website.
The message says expected 28a8495c4da0ece10c8b12f0be6eb5f0
this usually means someone told packer to expect this hash... maybe it is in one of the config files?
the checksum
175b87851dbf1143df351cfb4134dbdd
looks correct in the OSMC website. The message saysexpected 28a8495c4da0ece10c8b12f0be6eb5f0
this usually means someone told packer to expect this hash... maybe it is in one of the config files?
If I run a search for that hash (28a8495c4da0ece10c8b12f0be6eb5f0) nothing found on the project codebase.
what is this line telling?
==> arm-image: error downloading Image: [Checksums did not match for /tmp/getter2272480967/temp.
After searching inside a container with set overriding --entrypoint "bin/bash" I cannot either find anything related to "28a8495c4da0ece10c8b12f0be6eb5f0"
i'm not 100% sure, the part the downloads the images is re-used from upstream packet...
I been trying to build from https://osmc.tv/download/ images but constantly give me the output bellow. Even though I checked with wget after donwloaded the img.gz and check the md5 they matched successfully , so is not the website md5.
command used:
snippet of my builder:
output recceived:
expected output:
successfuly build
thanks