From common-commits-return-90846-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Nov 16 05:19:41 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6D7FD180669 for ; Fri, 16 Nov 2018 05:19:40 +0100 (CET) Received: (qmail 337 invoked by uid 500); 16 Nov 2018 04:19:39 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 328 invoked by uid 99); 16 Nov 2018 04:19:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2018 04:19:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E7DD3E1269; Fri, 16 Nov 2018 04:19:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aajisaka@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-15925. The config and log of gpg-agent are removed in create-release script. Contributed by Dinesh Chitlangia. Date: Fri, 16 Nov 2018 04:19:38 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/branch-2.8 77c4bc906 -> 2f6c738b8 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/2f6c738b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2f6c738b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2f6c738b Branch: refs/heads/branch-2.8 Commit: 2f6c738b8aacfe873bee745bf3a8b2bd4fd96475 Parents: 77c4bc9 Author: Akira Ajisaka Authored: Fri Nov 16 13:16:59 2018 +0900 Committer: Akira Ajisaka Committed: Fri Nov 16 13:19:33 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/2f6c738b/dev-support/bin/create-release ---------------------------------------------------------------------- diff --git a/dev-support/bin/create-release b/dev-support/bin/create-release index 81b40b2..be148cb 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-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org