Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49B70D169 for ; Fri, 12 Oct 2012 19:39:25 +0000 (UTC) Received: (qmail 28486 invoked by uid 500); 12 Oct 2012 19:39:25 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 28465 invoked by uid 500); 12 Oct 2012 19:39:25 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 28458 invoked by uid 99); 12 Oct 2012 19:39:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 19:39:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B72CE44091; Fri, 12 Oct 2012 19:39:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chipchilders@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Removed KEYS file copy operation from the source build script. Signed-off-by: Chip Childers Message-Id: <20121012193924.B72CE44091@tyr.zones.apache.org> Date: Fri, 12 Oct 2012 19:39:24 +0000 (UTC) Updated Branches: refs/heads/master c45c1b054 -> a82761dfe Removed KEYS file copy operation from the source build script. Signed-off-by: Chip Childers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a82761df Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a82761df Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a82761df Branch: refs/heads/master Commit: a82761dfe3841ab13a00993fc4704d83e8092806 Parents: c45c1b0 Author: Chip Childers Authored: Fri Oct 12 15:38:52 2012 -0400 Committer: Chip Childers Committed: Fri Oct 12 15:38:52 2012 -0400 ---------------------------------------------------------------------- tools/build/build_asf.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a82761df/tools/build/build_asf.sh ---------------------------------------------------------------------- diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh index 4f4490a..c652a20 100755 --- a/tools/build/build_asf.sh +++ b/tools/build/build_asf.sh @@ -78,7 +78,6 @@ if [ -d "$outputdir" ]; then else mkdir $outputdir fi -cp $sourcedir/KEYS $outputdir/KEYS cd $sourcedir echo 'archiving'