Updated Branches: refs/heads/trunk 903e70844 -> 139b2eb5d
Modify verify checksum script to also check checksum of zip artifact. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fa1f4d59 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fa1f4d59 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fa1f4d59 Branch: refs/heads/trunk Commit: fa1f4d59a1011b030a0d57811ab6a9c386475a93 Parents: 903e708 Author: Tomaz Muraus <[email protected]> Authored: Tue Dec 31 14:42:55 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Tue Dec 31 14:42:55 2013 +0100 ---------------------------------------------------------------------- dist/verify_checksums.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fa1f4d59/dist/verify_checksums.sh ---------------------------------------------------------------------- diff --git a/dist/verify_checksums.sh b/dist/verify_checksums.sh index 1dac995..d75fb56 100755 --- a/dist/verify_checksums.sh +++ b/dist/verify_checksums.sh @@ -29,6 +29,7 @@ TMP_DIR=`mktemp -d` EXTENSIONS[0]="tar.gz" EXTENSIONS[1]="tar.bz2" +EXTENSIONS[2]="zip" APACHE_MIRROR_URL="http://www.apache.org/dist/libcloud" PYPI_MIRROR_URL="https://pypi.python.org/packages/source/a/apache-libcloud"
