Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 452A4921A for ; Fri, 13 Apr 2012 22:08:28 +0000 (UTC) Received: (qmail 29912 invoked by uid 500); 13 Apr 2012 22:08:28 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 29882 invoked by uid 500); 13 Apr 2012 22:08:28 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 29873 invoked by uid 99); 13 Apr 2012 22:08:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 22:08:28 +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 (athena.apache.org: domain of shazron@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 22:08:23 +0000 Received: by iaag37 with SMTP id g37so4935787iaa.6 for ; Fri, 13 Apr 2012 15:08:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=hLrAw05WvuTeerH4wzU9dSOZGg/xOL26zrpv28UaF+s=; b=Rcl3TUtZdVUg+SYKb0ims4tFXEYDwB1m5HeY+9AfFnTNoxq2X7cti/P0RfIvBridmv RqTUJc31XJ74abmYhU0p0c1u6SNsrPa+i0gNmgL/npJLX/8b6VLVLDVRmbVM6K4AQkco TyGIjmlS+iVJIJp/AGqVYFfINL5Kq42ugqdkvsLXzs7VqK8sg9LR5J086CD3CGqpf6F8 Ehd2NkeKDrQonCzCcHVuP93/DWfiG+18CNlEvmPQXuvfAc4sFbOE0JLDYjRS2hDKSZyp se0t64uttvXJsKoGpZll4aemrlcLZfs6Ar1oNRaoBFyIe0W0xIKFsFUCc2Us6GZi1Li9 ogrw== Received: by 10.50.153.132 with SMTP id vg4mr2907302igb.2.1334354883133; Fri, 13 Apr 2012 15:08:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.146.131 with HTTP; Fri, 13 Apr 2012 15:07:22 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Fri, 13 Apr 2012 15:07:22 -0700 Message-ID: Subject: Re: Coho script To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org +1 On Fri, Apr 13, 2012 at 1:39 PM, Drew Walters wrote: > +1 for this and all the other times it has been mentioned. > > On Fri, Apr 13, 2012 at 3:35 PM, Joe Bowser wrote: >> +1, but I'm in the same boat as Simon. >> >> On Fri, Apr 13, 2012 at 1:31 PM, Simon MacDonald >> wrote: >> >>> Hey, >>> >>> I've been looking at the coho build release script today and one area >>> I think we should enhance is for the script to build the common JS and >>> then have the native components pick up the JS once it is built. This >>> would reduce the dependency of having the repo owner have to build the >>> common JS then commit it to the platform repo, then tag their repo. >>> Instead you just tag all the repos and have someone run the coho >>> script to create all the deliverables. Since I'm only very familar >>> with the Android build I've done the change for it only. Is it >>> possible, desirable, to do the same for other platforms? >>> >>> Here is my change: >>> >>> >>> https://github.com/macdonst/coho/commit/2bb57c3bc8172afd2101bc58224c9b8e9f9680ed >>> >>> Questions? Comments? Quemments? >>> >>> Simon Mac Donald >>> http://hi.im/simonmacdonald >>>