HADOOP-15925. The config and log of gpg-agent are removed in create-release script. Contributed by Dinesh Chitlangia.

(cherry picked from commit af5958f7b6)
This commit is contained in:
Akira Ajisaka 2018-11-16 13:16:59 +09:00
parent 351bfa1bcf
commit a69423d28c
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -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}"