Hashboot manifest has the wrong size #12
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
spam
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tastytea/overlay#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm attempting to install Hashboot from this overlay (thanks btw!) and I'm getting an error about the downloaded tarball being the wrong size.
Here's the manifest:
It's expecting the tarball to be 9113 bytes, when instead it's actually 9106 bytes. I've downloaded it on another machine and checked the size with
du -sb hashboot*
and it shows up as 9106 on both machines.Is that correct or am I missing something here? If this is indeed the issue, any chance of getting this fixed?
Many thanks.
Thanks for the report!
hashboot moved from GitHub to schlomp.space some time ago. The tarball on GitHub is 9113 bytes long, the tarball on schlomp.space is 9106 bytes long. It seems I changed the URL in
SRC_URI
without re-generating theManifest
.It should be fixed now.