Fix not to input sudo password at the end of gbs build 76/123076/1
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 10:07:06 +0000 (19:07 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 10:07:06 +0000 (19:07 +0900)
Add /bin/ln operation to /etc/sudoers.d/gbs

Change-Id: Id8600d32f290c381d22fb3927fb7e89c0873d033

data/gbs

index fcd0d51..9a29c62 100644 (file)
--- a/data/gbs
+++ b/data/gbs
@@ -11,6 +11,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"