Repository: hadoop
Updated Branches:
  refs/heads/branch-3.2 351bfa1bc -> a69423d28


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

Branch: refs/heads/branch-3.2
Commit: a69423d28c9562222df66f90eaa410f940c478cc
Parents: 351bfa1
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:17:55 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/a69423d2/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