michael-o commented on pull request #84:
URL: 
https://github.com/apache/maven-integration-testing/pull/84#issuecomment-737430848


   > 
   > 
   > Great work! It must have taken quite some time to collect all checksums, 
but with this we can safely turn on strict checksums by default
   
   Yes, but 99% of the checksums have been done by:
   ```
   find .  -name repo\*  -type d -exec tree -ifF {} + | grep -v -E -e '/$' -e 
'repo(-[a-z0-9])?$'   -e .md5 -e .sha1 | xargs -I^ sh -c 'sha1 -q ^ > ^.sha1 && 
truncate -s -1 ^.sha1'
   ```
   
   Unix magic, I am a lazy guy.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to