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 33B38EC42 for ; Sun, 30 Dec 2012 21:02:37 +0000 (UTC) Received: (qmail 32266 invoked by uid 500); 30 Dec 2012 21:02:36 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 32208 invoked by uid 500); 30 Dec 2012 21:02:36 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 32151 invoked by uid 99); 30 Dec 2012 21:02:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Dec 2012 21:02:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AD59F8211E0; Sun, 30 Dec 2012 21:02:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [5/5] git commit: updated coho Message-Id: <20121230210235.AD59F8211E0@tyr.zones.apache.org> Date: Sun, 30 Dec 2012 21:02:35 +0000 (UTC) Updated Branches: refs/heads/master 68979ceaa -> d12fec991 updated coho Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/d12fec99 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/d12fec99 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/d12fec99 Branch: refs/heads/master Commit: d12fec9915cdb1558b9f5254d0fcc1a06001b347 Parents: b90602f Author: steven gill Authored: Sun Dec 30 13:02:13 2012 -0800 Committer: steven gill Committed: Sun Dec 30 13:02:13 2012 -0800 ---------------------------------------------------------------------- coho | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/d12fec99/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index aebc20e..060cfd3 100755 --- a/coho +++ b/coho @@ -120,7 +120,7 @@ function changelog(){ tempArray.push(platformDict[key][1]+'/changelog'); exec("cd "+platformDict[key][1]+" && echo '\n"+key+" \n---\n' > changelog && git log --format='%h %s' "+OLDVER+".."+VERSION+" >> changelog", function(){ tracker +=1 - if (tracker == repoCount){ + if (tracker === repoCount){ //concatenate all changelogs to one changelog shjs.cat(tempArray).to('../release/src/cordova-'+VERSION+'/changelog'); if (COMMAND.toLowerCase() === 'all' || COMMAND.toLowerCase() === 'sign' ){ http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/d12fec99/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 1d0071e..89e3a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coho", - "version": "0.0.1", + "version": "0.0.2", "description": "apache cordova release tool", "main": "./coho", "directories": {