From b266c321546d6723e4aaa060ccc3e666e5be8021 Mon Sep 17 00:00:00 2001 From: Artem Ervits Date: Thu, 23 May 2019 10:55:24 -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 dev-support/hbase-vote.sh dev-support/hbase-vote.sh index 0d6c316d27..296b15f550 100755 --- dev-support/hbase-vote.sh +++ 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