summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-03-09 16:45:24 (GMT)
committerVolker Diels-Grabsch <v@njh.eu>2017-03-12 13:07:10 (GMT)
commita3ac9460ce1be67dace11784e174ba2d69703d7d (patch)
treeb043e6e82638b245845b5d33730b4b64b870a58b /Makefile
parent096c509099a9968619e53e292f20875dcfe3fde3 (diff)
downloadmxe-a3ac9460ce1be67dace11784e174ba2d69703d7d.zip
mxe-a3ac9460ce1be67dace11784e174ba2d69703d7d.tar.gz
mxe-a3ac9460ce1be67dace11784e174ba2d69703d7d.tar.bz2
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.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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