Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEAA3D105 for ; Tue, 8 Jan 2013 16:42:16 +0000 (UTC) Received: (qmail 33666 invoked by uid 500); 8 Jan 2013 16:42:13 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 33632 invoked by uid 500); 8 Jan 2013 16:42:13 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 33587 invoked by uid 99); 8 Jan 2013 16:42:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 16:42:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brian.leroux@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 16:42:06 +0000 Received: by mail-vc0-f173.google.com with SMTP id f13so598089vcb.32 for ; Tue, 08 Jan 2013 08:41:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=U3YyQFdO7CRCdpcXs6Aqb47zvKLEWTGToMgUVVlElmk=; b=rQoNF6W3F0eqY6BvgD70MSK5j4floVzMbbWaSjQzHVuG6aAl7GYRqIGIYKcAVNX1E9 +ND+dypk9wVwp0xlSsXu0nBJoPN+AcwRlcnEVkXkwvEeOpOOqyTMBPzMzKg4qt2KH5eO di+5w+OycXDQ8t547aRoENfC03Gm/nWiMObhZh/WZfC8YtxJT/gvnsqlhQijRs5bmiCG JArEqHyP02WliPRimOs5GlNw2WtgWDaqhRDrhYmc8u+XZD6kzCwG60rE5xIvm1ezORde hyXgiAEilU+BVv1Ebmo+nbMO1VTOehN8h5vWbKEVyeeZ0cv7q+Bebi2TWi8/rORJkobn e9JQ== MIME-Version: 1.0 Received: by 10.52.19.20 with SMTP id a20mr78005010vde.26.1357663305120; Tue, 08 Jan 2013 08:41:45 -0800 (PST) Sender: brian.leroux@gmail.com Received: by 10.58.221.103 with HTTP; Tue, 8 Jan 2013 08:41:44 -0800 (PST) In-Reply-To: <50EC2AE2.3050000@gmail.com> References: <50EC2AE2.3050000@gmail.com> Date: Tue, 8 Jan 2013 08:41:44 -0800 X-Google-Sender-Auth: ETSZ72XJx5aICllxthIkAyHsiGc Message-ID: Subject: Re: (CB-2164) Revert CLI tools to using git From: Brian LeRoux To: dev@cordova.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org My ideal would be to have the current version of Cordova vendored directly into the repo of CLI tool. Upgrade/Downgrade would be to the CLI tool global and not versioned independently. Willing to be wrong on this but I think it would have less side effects. (Eg, cordova-cli-2.5 running against cordova-2.1 might encounter issues w/ some older structure thus needing conditional code against that version.) On Tue, Jan 8, 2013 at 6:19 AM, Marcel Kinard wrote: > The mirrors being wonky are a problem in itself, not only for the reasons > you describe below, but also is a nuisance for contributors. > > Do we expect the wonkiness to be temporary or long term? If long term, would > it make sense to have some kind of cron job that that compares github to > git-wip-us and alert someone when changesets are too slow to appear in > github? Doing so feels like an ugly hack, but not knowing the > infrastructure, what other options are there? > > IMHO, reading through some of the posts on the phonegap user forum on > google, I can envision complaining from novices if there isn't a "default > profile" that includes everything that doesn't require a git client. > > > On 1/7/2013 5:28 PM, Filip Maj wrote: >> >> Problem: the mirrors are wonky. First the blackberry mirror was down about >> a month due to us changing the name during the TLP move. Now the Android >> mirror is out of date by about a month or who knows what reason. > >