unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 49db87be07f858b00fd091f694a47c7c7b01d977 596 bytes (raw)
name: test/test-databases/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
# -*- makefile -*-

TEST_DATABASE_MIRROR=http://notmuchmail.org/releases/test-databases

dir := test/test-databases

test_databases := $(dir)/database-v1.tar.xz

%.tar.xz:
	@exec 1>&2 ;: consistently write everything to stderr... ;\
	if hash wget 2>/dev/null ;\
	then set -x; wget -nv -O $@ ${TEST_DATABASE_MIRROR}/$(notdir $@) ;\
	elif hash curl 2>/dev/null ;\
	then set -x; curl -s -o $@ ${TEST_DATABASE_MIRROR}/$(notdir $@) ;\
	else echo Cannot fetch databases, no wget nor curl available; exit 1 ;\
	fi

download-test-databases: ${test_databases}

DISTCLEAN := $(DISTCLEAN) ${test_databases}

debug log:

solving 49db87b ...
found 49db87b in https://yhetil.org/notmuch/1395846591-3490-1-git-send-email-tomi.ollila@iki.fi/
found 0572e78 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 0572e784ee7389281320b056fd1da0c262991861	test/test-databases/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1395846591-3490-1-git-send-email-tomi.ollila@iki.fi/
diff --git a/test/test-databases/Makefile.local b/test/test-databases/Makefile.local
index 0572e78..49db87b 100644

Checking patch test/test-databases/Makefile.local...
Applied patch test/test-databases/Makefile.local cleanly.

index at:
100644 49db87be07f858b00fd091f694a47c7c7b01d977	test/test-databases/Makefile.local

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).