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/HDFS-12943 Commit: af5958f7b6a209d6a6622acee47a66a4a921828d Parents: a16aa2f Author: Akira Ajisaka <[email protected]> Authored: Fri Nov 16 13:16:59 2018 +0900 Committer: Akira Ajisaka <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
