From: SoonKyu Park Date: Tue, 4 Apr 2017 10:07:06 +0000 (+0900) Subject: Fix not to input sudo password at the end of gbs build Add /bin/ln operation to ... X-Git-Tag: submit/devel/20190730.074511~2^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9af7ae09a3c7f0fd9bddba1c6fb7b439f824072;p=tools%2Fdepanneur.git Fix not to input sudo password at the end of gbs build Add /bin/ln operation to /etc/sudoers.d/gbs Change-Id: Id8600d32f290c381d22fb3927fb7e89c0873d033 Signed-off-by: Jun Wang --- diff --git a/data/gbs b/data/gbs index 2da5921..4106dcc 100644 --- a/data/gbs +++ b/data/gbs @@ -10,6 +10,7 @@ ALL ALL=(ALL) NOPASSWD: /bin/echo -n ALL ALL=(ALL) NOPASSWD: /usr/sbin/chroot */scratch.* ALL ALL=(ALL) NOPASSWD: /usr/bin/chroot */scratch.* ALL ALL=(ALL) NOPASSWD: /usr/bin/ln */*.rpm */local/repos/* +ALL ALL=(ALL) NOPASSWD: /bin/ln */*.rpm */local/repos/* Defaults env_keep += "http_proxy" Defaults env_keep += "no_proxy"