Repository: hadoop
Updated Branches:
  refs/heads/branch-2.9 29f155907 -> 2929766d2


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

(cherry picked from commit af5958f7b6a209d6a6622acee47a66a4a921828d)
(cherry picked from commit c39e1ee2b9a6939fbfac05aecc6932489aef164b)


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

Branch: refs/heads/branch-2.9
Commit: 2929766d2c37b001f33e9d98da1684a52d236448
Parents: 29f1559
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:19:16 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/2929766d/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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to