[coreboot-gerrit] New patch to review for coreboot: payloads/external: Download FILO over HTTPS

Jonathan Neuschäfer (j.neuschaefer@gmx.net) gerrit at coreboot.org
Tue Dec 27 17:39:50 CET 2016


Jonathan Neuschäfer (j.neuschaefer at gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17972

-gerrit

commit 78585e5959848a86b5b8a6fdcfb881931ffa661d
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Tue Dec 27 16:31:30 2016 +0100

    payloads/external: Download FILO over HTTPS
    
    Change-Id: I1b44e32505b96978849d39764ff399a502fa6e84
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 payloads/external/FILO/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile
index d8c3844..107908d 100644
--- a/payloads/external/FILO/Makefile
+++ b/payloads/external/FILO/Makefile
@@ -3,7 +3,7 @@ NAME-$(CONFIG_FILO_MASTER)=MASTER
 TAG-$(CONFIG_FILO_STABLE)=22baa6bde9339029edfafa421b3d4a7be159edad
 NAME-$(CONFIG_FILO_STABLE)=STABLE
 
-project_git_repo=http://review.coreboot.org/p/filo.git
+project_git_repo=https://review.coreboot.org/p/filo.git
 project_dir=filo
 
 unexport KCONFIG_AUTOHEADER



More information about the coreboot-gerrit mailing list