Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1975118F8A for ; Mon, 14 Mar 2016 20:00:17 +0000 (UTC) Received: (qmail 89731 invoked by uid 500); 14 Mar 2016 20:00:11 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 89388 invoked by uid 500); 14 Mar 2016 20:00:11 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 88797 invoked by uid 99); 14 Mar 2016 20:00:11 -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; Mon, 14 Mar 2016 20:00:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B71D7E0418; Mon, 14 Mar 2016 20:00:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: arp@apache.org To: common-commits@hadoop.apache.org Date: Mon, 14 Mar 2016 20:00:17 -0000 Message-Id: <48d768e8a9c04622ba62eba64787a23a@git.apache.org> In-Reply-To: <2e2aa54dde944e4d991a43ef5d28bb8c@git.apache.org> References: <2e2aa54dde944e4d991a43ef5d28bb8c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/20] hadoop git commit: HADOOP-12899. External distribution stitching scripts do not work correctly on Windows. Contributed by Chris Nauroth. HADOOP-12899. External distribution stitching scripts do not work correctly on Windows. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/adf1cdf3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/adf1cdf3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/adf1cdf3 Branch: refs/heads/HDFS-1312 Commit: adf1cdf3d5abed0dae76a4967129ce64f2e16c2f Parents: 79961ec Author: Chris Nauroth Authored: Thu Mar 10 14:49:08 2016 -0800 Committer: Chris Nauroth Committed: Thu Mar 10 14:49:08 2016 -0800 ---------------------------------------------------------------------- hadoop-dist/pom.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/adf1cdf3/hadoop-dist/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-dist/pom.xml b/hadoop-dist/pom.xml index ce1bd92..42e74cb 100644 --- a/hadoop-dist/pom.xml +++ b/hadoop-dist/pom.xml @@ -90,16 +90,17 @@ dist prepare-package - exec + exec - ${basedir}/../dev-support/bin/dist-layout-stitching - ${project.build.directory} - false - - ${project.version} - ${project.build.directory} - + ${shell-executable} + ${project.build.directory} + false + + ${basedir}/../dev-support/bin/dist-layout-stitching + ${project.version} + ${project.build.directory} + @@ -109,12 +110,13 @@ exec - ${basedir}/../dev-support/bin/dist-tar-stitching + ${shell-executable} ${project.build.directory} false - ${project.version} - ${project.build.directory} + ${basedir}/../dev-support/bin/dist-tar-stitching + ${project.version} + ${project.build.directory}