HADOOP-15925. The config and log of gpg-agent are removed in create-release script. Contributed by Dinesh Chitlangia.
This commit is contained in:
parent
a16aa2f60b
commit
af5958f7b6
@ -524,7 +524,7 @@ function makearelease
|
||||
big_console_header "Cleaning the Source Tree"
|
||||
|
||||
# git clean to clear any remnants from previous build
|
||||
run "${GIT}" clean -xdf
|
||||
run "${GIT}" clean -xdf -e /patchprocess
|
||||
|
||||
mkdir -p "${LOGDIR}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user