mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Firewall-friendly download methods for contrib src
After this commit "make prepare" uses HTTP, HTTPS, or FTP where possible fvor downloading third-party source codes. This prevents problems with strict firewall rules where only selected ports are usable. Unfortunately, git.l4android.org does not support Git via HTTP and, therefore, the sources need a working Git port (9418). Fixes #443.
This commit is contained in:
committed by
Norman Feske
parent
746f3d4603
commit
2f357a7224
@@ -6,7 +6,7 @@
|
||||
|
||||
VERBOSE ?= @
|
||||
ECHO = @echo
|
||||
GIT_URL = git://git.l4dev.org/codezero.git
|
||||
GIT_URL = http://git.l4dev.org/codezero.git
|
||||
GIT_REV = 6fa4884a5a1cf6207372f69ae01e5faa6d5a39c8
|
||||
CONTRIB_DIR = contrib
|
||||
PATCHES = $(shell find patches -name *.patch)
|
||||
|
||||
Reference in New Issue
Block a user