From 326e65feda587d63a5b6a6018537a6f50327e512 Mon Sep 17 00:00:00 2001 From: Artem Ervits Date: Thu, 23 May 2019 11:01:11 -0400 Subject: [PATCH] HBASE-22464 add timestamp option to hbase-vote to ignore downloaded files --- dev-support/hbase-vote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/hbase-vote.sh b/dev-support/hbase-vote.sh index 0d6c316d27..296b15f550 100755 --- a/dev-support/hbase-vote.sh +++ b/dev-support/hbase-vote.sh @@ -107,7 +107,7 @@ function download_and_import_keys() { function download_release_candidate () { # get all files from release candidate repo - wget -r -np -nH --cut-dirs 4 "${SOURCE_URL}" + wget -N -r -np -nH --cut-dirs 4 "${SOURCE_URL}" } function verify_signatures() { -- 2.16.2