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

(cherry picked from commit af5958f7b6a209d6a6622acee47a66a4a921828d)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fc3e9792
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fc3e9792
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fc3e9792

Branch: refs/heads/branch-2-jhung-test
Commit: fc3e97926df872819dd6b217260da1d0d17b6ef9
Parents: 914716d
Author: Akira Ajisaka <[email protected]>
Authored: Fri Nov 16 13:16:59 2018 +0900
Committer: Jonathan Hung <[email protected]>
Committed: Fri Dec 14 16:03:56 2018 -0800

----------------------------------------------------------------------
 dev-support/bin/create-release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fc3e9792/dev-support/bin/create-release
----------------------------------------------------------------------
diff --git a/dev-support/bin/create-release b/dev-support/bin/create-release
index 33c87cd..a089e7c 100755
--- a/dev-support/bin/create-release
+++ b/dev-support/bin/create-release
@@ -504,7 +504,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}"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to