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 9D81310A1A for ; Fri, 6 Dec 2013 00:18:42 +0000 (UTC) Received: (qmail 31294 invoked by uid 500); 6 Dec 2013 00:18:42 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 31256 invoked by uid 500); 6 Dec 2013 00:18:42 -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 31241 invoked by uid 99); 6 Dec 2013 00:18:42 -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, 06 Dec 2013 00:18:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3C67F82CB66; Fri, 6 Dec 2013 00:18:41 +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 Date: Fri, 06 Dec 2013 00:18:43 -0000 Message-Id: <0a34d3a1a78a4b519ad21d9b0b81c6ae@git.apache.org> In-Reply-To: <4970d104cfe1424da08a0b28d5918bea@git.apache.org> References: <4970d104cfe1424da08a0b28d5918bea@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/8] git commit: platforms now points to apache to grab cordova-ubuntu platforms now points to apache to grab cordova-ubuntu Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/81ce8edd Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/81ce8edd Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/81ce8edd Branch: refs/heads/master Commit: 81ce8edd27b08a32c123624bce683900285da714 Parents: 9d94369 Author: Steven Gill Authored: Wed Nov 27 15:32:34 2013 -0800 Committer: Steven Gill Committed: Wed Nov 27 15:32:34 2013 -0800 ---------------------------------------------------------------------- platforms.js | 2 +- src/lazy_load.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/81ce8edd/platforms.js ---------------------------------------------------------------------- diff --git a/platforms.js b/platforms.js index d26bf75..c8e0075 100644 --- a/platforms.js +++ b/platforms.js @@ -31,7 +31,7 @@ module.exports = { 'ubuntu' : { parser : './src/metadata/ubuntu_parser', url : 'https://launchpad.net/cordova-ubuntu/3.0/apha1/+download/campo.tar.gz', - version: '3.1.0-rc1' + version: '3.2.0' }, 'wp7' : { parser : './src/metadata/wp7_parser', http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/81ce8edd/src/lazy_load.js ---------------------------------------------------------------------- diff --git a/src/lazy_load.js b/src/lazy_load.js index df50992..e16dd70 100644 --- a/src/lazy_load.js +++ b/src/lazy_load.js @@ -40,8 +40,6 @@ module.exports = { } var url = platforms[platform].url + ';a=snapshot;h=' + platforms[platform].version + ';sf=tgz'; - if (platform == 'ubuntu') - url = platforms[platform].url; return module.exports.custom(url, 'cordova', platform, platforms[platform].version); }, // Returns a promise for the path to the lazy-loaded directory.