From a3ac9460ce1be67dace11784e174ba2d69703d7d Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Thu, 9 Mar 2017 17:45:24 +0100 Subject: use http version of gitlab.com backup The rationale: https://github.com/LuaAndC/mxe/commit/bd2c77f4c29e9782ef20e105589e15cf0448d640#commitcomment-21229420 > If you absolutely want to disable secure transport I think it'd be a > better choice to use the http:// protocol instead, making the > insecurity unambiguously visible in logs/screen output. (Not sure if > GitLab supports it, but the first two does I think.) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43025c6..2be644c 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DEFAULT_MAX_JOBS := 6 SOURCEFORGE_MIRROR := downloads.sourceforge.net PKG_MIRROR := http://s3.amazonaws.com/mxe-pkg PKG_CDN := http://d1yihgixbnrglp.cloudfront.net -GITLAB_BACKUP := https://gitlab.com/starius/mxe-backup2/raw/master/ +GITLAB_BACKUP := http://gitlab.com/starius/mxe-backup2/raw/master/ PWD := $(shell pwd) SHELL := bash -- cgit v0.12