Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 3e57adee0 -> b151b5004


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/b151b500
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b151b500
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b151b500

Branch: refs/heads/branch-3.1
Commit: b151b500480079e1df3750a6b220cb25ebd2a34e
Parents: 3e57ade
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Fri Nov 16 13:16:59 2018 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Fri Nov 16 13:18:17 2018 +0900

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b151b500/dev-support/bin/create-release
----------------------------------------------------------------------
diff --git a/dev-support/bin/create-release b/dev-support/bin/create-release
index 8c01cba..9f3bf51 100755
--- a/dev-support/bin/create-release
+++ b/dev-support/bin/create-release
@@ -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}"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to