revert the change:Use the defalut uid:gid in /usr/bin/build 31/267331/1
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 1 Dec 2021 11:57:16 +0000 (20:57 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 1 Dec 2021 11:57:20 +0000 (20:57 +0900)
commit359135a5429cc7b660ef9679da64a44870bd2916
treec7621ebabcec80b49d3f1152a6a845ddb7734e33
parent540520dd7aa9012a3bb7c868d64a7b3413a27ee1
revert the change:Use the defalut uid:gid in /usr/bin/build
when user uses gbs build with option --incremental option, it will change the the uid:gid of local git tree,
because when incremental gbs build, it will mount local git tree to $BUILD_ROOT$TOPDIR", it change the owner ship to $BUILD_ROOT$TOPDIR",
it will change local git tree. with default uid:gid 399:399
Change-Id: I00f0f86e4329bf58a4ed02a52fcc7b30b7b6aed3
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
depanneur