From: Alexander Couzens Date: Wed, 7 Jun 2017 21:56:19 +0000 (+0200) Subject: include/toplevel: set env GIT_ASKPASS=/bin/true X-Git-Tag: v18.06.0-rc1~2734 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=acc5ab6b920f1f996c0b65c4fbbcab89e754d494 include/toplevel: set env GIT_ASKPASS=/bin/true When git-https request a service (e.g. github) which ask for credentials git will pass this request to the user resulting download.pl to wait for user input. Set GIT_ASKPASS to stop asking. Signed-off-by: Alexander Couzens --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 5fbf5e2ea4..658eb4ce47 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -23,6 +23,7 @@ HOSTCC ?= $(CC) export REVISION export SOURCE_DATE_EPOCH export GIT_CONFIG_PARAMETERS='core.autocrlf=false' +export GIT_ASKPASS:=/bin/true export MAKE_JOBSERVER=$(filter --jobserver%,$(MAKEFLAGS)) export GNU_HOST_NAME:=$(shell $(TOPDIR)/scripts/config.guess) export HOST_OS:=$(shell uname)