aboutsummaryrefslogtreecommitdiff
path: root/performance-test/Makefile.local
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-06-02 12:26:14 -0400
committerDavid Bremner <david@tethera.net>2016-06-05 08:32:17 -0300
commit6a833a6e83865f6999707cc30768d07e1351c2cb (patch)
tree452f5054e75e0bb1464e92d2186e5392b3a7c4f5 /performance-test/Makefile.local
parent554b90b58e367ada5fdad3165c76673458f65434 (diff)
Use https instead of http where possible
Many of the external links found in the notmuch source can be resolved using https instead of http. This changeset addresses as many as i could find, without touching the e-mail corpus or expected outputs found in tests.
Diffstat (limited to 'performance-test/Makefile.local')
-rw-r--r--performance-test/Makefile.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local
index 3469aa3d..9dc260e3 100644
--- a/performance-test/Makefile.local
+++ b/performance-test/Makefile.local
@@ -10,7 +10,7 @@ MEMORY_TEST_SCRIPT := ${dir}/notmuch-memory-test
CORPUS_NAME := notmuch-email-corpus-$(PERFTEST_VERSION).tar.xz
TXZFILE := ${dir}/download/${CORPUS_NAME}
SIGFILE := ${TXZFILE}.asc
-DEFAULT_URL := http://notmuchmail.org/releases/${CORPUS_NAME}
+DEFAULT_URL := https://notmuchmail.org/releases/${CORPUS_NAME}
perf-test: time-test memory-test
@@ -32,7 +32,7 @@ setup-perf-test: $(TXZFILE)
$(TXZFILE):
@printf "\nPlease download ${TXZFILE} using:\n\n"
@printf "\t%% make download-corpus\n\n"
- @echo or see http://notmuchmail.org/corpus for download locations
+ @echo or see https://notmuchmail.org/corpus for download locations
@echo
@false