Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 8FE7FD4EA for ; Fri, 20 Jul 2012 19:32:02 +0000 (UTC) Received: (qmail 29890 invoked by uid 500); 20 Jul 2012 19:32:01 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 29848 invoked by uid 500); 20 Jul 2012 19:32:01 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 29840 invoked by uid 99); 20 Jul 2012 19:32:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 19:32:01 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cframpto@adobe.com designates 64.18.1.187 as permitted sender) Received: from [64.18.1.187] (HELO exprod6og104.obsmtp.com) (64.18.1.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 19:31:52 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob104.postini.com ([64.18.5.12]) with SMTP ID DSNKUAmyFDHjIZp04DWouni49wB8nbjRS+dH@postini.com; Fri, 20 Jul 2012 12:31:32 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6KJT8k0002166 for ; Fri, 20 Jul 2012 12:29:08 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6KJVVvm015479 for ; Fri, 20 Jul 2012 12:31:31 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.192.1; Fri, 20 Jul 2012 12:31:31 -0700 Received: from nambx09.corp.adobe.com ([10.8.189.47]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%12]) with mapi; Fri, 20 Jul 2012 12:31:31 -0700 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Fri, 20 Jul 2012 12:31:23 -0700 Subject: Re: InstallApacheFlex - TODO Thread-Topic: InstallApacheFlex - TODO Thread-Index: Ac1mrkO1ssYOKrR8S2qh35CUUvj82w== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.3.120616 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 7/20/12 3 :17PM, "Om" wrote: >> >> >1. Build auto-update mechanism (Om + Carol) >> >> release/version.xml is now being generated. You/someone needs to fix >> installer.url.win/installer.url.mac in build.properties. >> >> Awesome! I will get working on the update mechanism. >What exactly needs to be done to get the appropriate urls in version.xml? >Is that something we can hardcode for now? Of course, the app will still >have to resolve the appropriate mirror via closer.cgi. Fix these two propertues in build.properties. Whatever is there goes into release/version.xml. #The URLs for the IDE Installer Apps installer.url.win=3DTBD_WIN installer.url.mac=3DTBD_MAC which currently gets generated looking like: TBD_WIN TBD_MAC 0.7.1 Latest release true > > >> > >> >3. Signing the binaries the Apache way. I was hoping to learn the >> >process, but if Carol can do it for this release, that would be great. >> In >> >any case, I dont have access to a Mac, and I dont think I should be >> >signing >> >artifacts that I personally did not generate. >> >> I can do this when it is time. >> >> >Cool. Do you have access to both Windows and Mac machines? You will be >able to sign both the binaries, right? I have vmware for my Windows machine. I try to use Windows as little as possible but I did just build the app there to make sure I didn't break anything. > > >> > >> >4. The installer app needs to programatically verify the downloaded >>flex >> >binaries' signatures. I have very little experience with crypto >> >algorithms. Can someone take this up? Even if someone can explain the >> >steps to do this, I can get it done. >> >> Are you going to check the signature (.asc) or the checksum (.md5)? I'm >> sure the later is much easier. >> >> >.md5 it is, then ;-) As I said, I dont know how to go about doing this >(yet) I will do some research on this when I get a chance. > >Thanks, >Om