You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Use fast download mirrors
* chore: Show download progress bar
* chore: Improve gpg key warning message
* chore: Show upload progress bar
Thanks to <https://bashupload.com/how_to_upload_progress_curl>
* Apply suggestions from code review
Co-authored-by: Techassi <[email protected]>
* chore: Make output more consistent
---------
Co-authored-by: Techassi <[email protected]>
echo'--> NOTE: Make sure you have downloaded and added the KEYS file (https://www.apache.org/dist/druid/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://archive.apache.org/dist/druid/KEYS | gpg --import")'
echo"--> NOTE: Make sure you have downloaded and added the KEYS file (${BASE_DOWNLOAD_URL}/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using \"curl ${BASE_DOWNLOAD_URL}/KEYS | gpg --import\")"
# It is probably redundant to check both the checksum and the signature but it's cheap and why not
43
47
echo"Validating SHA512 Checksums"
@@ -47,19 +51,20 @@ if ! (gpg --print-md SHA512 "$src_file" | diff - "$src_file.sha512"); then
47
51
fi
48
52
49
53
echo"Validating signatures"
50
-
echo'--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/hbase/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://downloads.apache.org/hbase/KEYS | gpg --import")'
# It is probably redundant to check both the checksum and the signature but it's cheap and why not
43
47
echo"Validating SHA512 Checksums"
@@ -47,17 +51,18 @@ if ! (gpg --print-md SHA512 "$src_file" | diff - "$src_file.sha512"); then
47
51
fi
48
52
49
53
echo"Validating signatures"
50
-
echo'--> NOTE: Make sure you have downloaded and added the KEYS file (https://downloads.apache.org/hbase/KEYS) to GPG: https://www.apache.org/info/verification.html (e.g. by using "curl https://downloads.apache.org/hbase/KEYS | gpg --import")'
0 commit comments