mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
tool/ports: curl timeout and retry in check.mk
This commit is contained in:
@@ -55,7 +55,7 @@ check: $(DOWNLOADS)
|
||||
# Check plain remote file
|
||||
#
|
||||
%.file:
|
||||
$(VERBOSE)curl -f -L -k -r -2 $(URL($*)) > /dev/null 2>&1
|
||||
$(VERBOSE)curl -f -L -k -r -2 --max-time 15 --retry 2 $(URL($*)) > /dev/null 2>&1
|
||||
|
||||
%.archive: %.file
|
||||
$(VERBOSE)true
|
||||
|
||||
Reference in New Issue
Block a user