From c53e71a29fcd66ad7956060088230173b7dfba17 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 3 Dec 2018 16:12:09 +0000 Subject: Trusted CA certificates also downloaded for Wget usage To enable easy downloading of HTTPS links with Wget (this pipeline's defaut downloader), we need a set of trusted CA certificates. Until the time that we can generate one ourselves, one generic set of trusted CA certificates is now downloaded like a tarball and placed in the OpenSSL configuration directory. With these CA certificates, within the pipeline we can now safely use the pipeline's own installed Wget. --- reproduce/src/make/download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/src/make/download.mk') diff --git a/reproduce/src/make/download.mk b/reproduce/src/make/download.mk index 37789e2..260fd0c 100644 --- a/reproduce/src/make/download.mk +++ b/reproduce/src/make/download.mk @@ -68,7 +68,7 @@ $(inputdatasets): $(indir)/%.fits: | $(indir) $(lockdir) ln -s $(INDIR)/$$origname $@ else touch $(lockdir)/download - flock $(lockdir)/download $(DOWNLOADER) $@ $$url/$$origname + flock $(lockdir)/download wget -O$@ $$url/$$origname fi # Check the md5 sum to see if this is the proper dataset. -- cgit v1.2.1