Sabayon/community-buildspec

enhancing package hashing

Open

#2 opened on Mar 16, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (3 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

While the method works, https://github.com/Sabayon/community-buildspec/blob/master/scripts/functions.sh#L119 sounds still weak to me. gzip crc is 32bit and is enough for most of packages out there, but this feels still a hack.

Previous attempt to truncate tbz2's xpak data failed, also if the tbz2 where truncated correctly the md5sum of the tbz2 between different builds still was differing.

Contributor guide