Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 1D63D1014A for ; Mon, 20 Jan 2014 04:38:35 +0000 (UTC) Received: (qmail 17056 invoked by uid 500); 20 Jan 2014 04:38:34 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 17040 invoked by uid 500); 20 Jan 2014 04:38:34 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 17033 invoked by uid 99); 20 Jan 2014 04:38:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jan 2014 04:38:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1C9F710C7F; Mon, 20 Jan 2014 04:38:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Don't show environment vars in build log for copy-www script Date: Mon, 20 Jan 2014 04:38:33 +0000 (UTC) Updated Branches: refs/heads/master a11583a69 -> 36288bc60 Don't show environment vars in build log for copy-www script For CLI builds, it was really dominating the logs. Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/36288bc6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/36288bc6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/36288bc6 Branch: refs/heads/master Commit: 36288bc6010a81362d954cbe9b072464b118d357 Parents: a11583a Author: Andrew Grieve Authored: Sun Jan 19 23:37:33 2014 -0500 Committer: Andrew Grieve Committed: Sun Jan 19 23:37:33 2014 -0500 ---------------------------------------------------------------------- bin/templates/project/__CLI__.xcodeproj/project.pbxproj | 1 + bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/36288bc6/bin/templates/project/__CLI__.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/bin/templates/project/__CLI__.xcodeproj/project.pbxproj b/bin/templates/project/__CLI__.xcodeproj/project.pbxproj index 338c32d..0c2470f 100755 --- a/bin/templates/project/__CLI__.xcodeproj/project.pbxproj +++ b/bin/templates/project/__CLI__.xcodeproj/project.pbxproj @@ -405,6 +405,7 @@ runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "cordova/lib/copy-www-build-step.sh"; + showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/36288bc6/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj index 65024b2..85890cb 100755 --- a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj +++ b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj @@ -391,6 +391,7 @@ runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "cordova/lib/copy-www-build-step.sh"; + showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */