Repository: hadoop
Updated Branches:
  refs/heads/trunk a16aa2f60 -> af5958f7b


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


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

Branch: refs/heads/trunk
Commit: af5958f7b6a209d6a6622acee47a66a4a921828d
Parents: a16aa2f
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:16:59 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/af5958f7/dev-support/bin/create-release
----------------------------------------------------------------------
diff --git a/dev-support/bin/create-release b/dev-support/bin/create-release
index 9d0decf..3544798 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