use http version of gitlab.com backup

The rationale: bd2c77f4c2 (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.)
This commit is contained in:
Boris Nagaev 2017-03-09 17:45:24 +01:00 committed by Volker Diels-Grabsch
parent 096c509099
commit a3ac9460ce
1 changed files with 1 additions and 1 deletions

View File

@ -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