...
Code Block |
---|
for i in LICENSE NOTICE; do diff tgz/$RELEASE-{src,bin}/$i; done |
Check out the tag from the source repository and make sure that it's identical to the source release:
Code Block |
---|
git clone https://git-wip-us.apache.org/repos/asf/crunch.git
cd crunch
git fetch --tags
git checkout REVISION-CHECKSUM-FROM-VOTING-MAIL
cd ..
diff -Naur -x .git -x .gitignore crunch/ tgz/$RELEASE-src/
|
If all of the above checked out you can proceed with validating the release artifacts against Apache regulations.