Explorar el Código

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)
Akira Ajisaka hace 6 años
padre
commit
2929766d2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dev-support/bin/create-release

+ 1 - 1
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}"