From 4c906b26ae5028bf0347c4a30d2ff08c140ff337 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Thu, 18 Dec 2014 23:21:13 -0500 Subject: [PATCH] contrib: use ftp server for dl from videolan this patch fix our jenkins by the way until videolan.org fixes http server. Refs #62799 Change-Id: I8dfab79d9100d719e81b4555fca0993c490d437c --- daemon/contrib/src/main.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/contrib/src/main.mak b/daemon/contrib/src/main.mak index 63183ea0b2..7963ac96bf 100644 --- a/daemon/contrib/src/main.mak +++ b/daemon/contrib/src/main.mak @@ -23,7 +23,7 @@ VPATH := $(TARBALLS) # Common download locations GNU := http://ftp.gnu.org/gnu SF := http://heanet.dl.sourceforge.net/sourceforge -CONTRIB_VIDEOLAN := http://downloads.videolan.org/pub/contrib +CONTRIB_VIDEOLAN := ftp://ftp.videolan.org/pub/contrib GNUTELEPHONY := https://github.com/dyfet # -- GitLab