Re: Adding AIR/FP 20 Beta support to Installer

2015-12-29 Thread Alex Harui
On 12/29/15, 12:18 AM, "Justin Mclean" wrote: >Hi, > >> The I run MD5Checker locally (it is in flex-utilities) or wait for the >>CI >> job to report the cache ID. The cache ID is the etag header. You might >> be able to sniff it some other way. > >I given up on this die to lack on documentati

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-29 Thread Justin Mclean
Hi, > The I run MD5Checker locally (it is in flex-utilities) or wait for the CI > job to report the cache ID. The cache ID is the etag header. You might > be able to sniff it some other way. I given up on this die to lack on documentation and the existing MD5 checker has no way of checking a l

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-27 Thread Alex Harui
On 12/27/15, 9:48 PM, "Justin Mclean" wrote: >Hi, > >> I just enter bogus data and run MD5Checker and update to what it says. > >How and where do you run MD5Checker? Is that the Jenkins job on the non >Apache CI machine? Is there any way of working them out before pushing >changes to the script

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-27 Thread Justin Mclean
Hi, > I just enter bogus data and run MD5Checker and update to what it says. How and where do you run MD5Checker? Is that the Jenkins job on the non Apache CI machine? Is there any way of working them out before pushing changes to the script live (and thus potentially breaking it for some users

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-27 Thread Alex Harui
On 12/27/15, 9:38 PM, "Justin Mclean" wrote: > >How do you generate the correct chache ID? Is this documented anywhere? I just enter bogus data and run MD5Checker and update to what it says. -Alex

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-27 Thread Justin Mclean
Hi, > The location hasn't changed. What makes it appear out of date? Svn status gave: Last Changed Author: aharui Last Changed Rev: 1675992 Last Changed Date: 2015-04-25 13:26:16 +1000 (Sat, 25 Apr 2015) But turns out I was on the wrong branch. How do you generate the correct chache ID? Is th

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-27 Thread Alex Harui
On 12/27/15, 7:02 PM, "Justin Mclean" wrote: >Hi, > >Currently 20 beta is still showing in the installer. Can someone fix >this? I look at the config file under svn and it seem to be out of date, >has the config location changed? The location hasn't changed. What makes it appear out of date?

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-27 Thread Justin Mclean
Hi, Currently 20 beta is still showing in the installer. Can someone fix this? I look at the config file under svn and it seem to be out of date, has the config location changed? Thanks, Justin

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-08 Thread Clint M
Looks like AIR 20 was released last night. On Wed, Nov 11, 2015 at 5:18 PM, OmPrakash Muppirala wrote: > Looks like that worked. I now have the 4.14.1 with AIR 20 beta on my > machine. > > Thanks, > Om > > On Wed, Nov 11, 2015 at 4:18 PM, Alex Harui wrote: > > > And get rid of the versionID at

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread OmPrakash Muppirala
Looks like that worked. I now have the 4.14.1 with AIR 20 beta on my machine. Thanks, Om On Wed, Nov 11, 2015 at 4:18 PM, Alex Harui wrote: > And get rid of the versionID attribute. > > On 11/11/15, 4:16 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >In this case, ther

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread Alex Harui
And get rid of the versionID attribute. On 11/11/15, 4:16 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >In this case, there is only the beta version of AIR 20. So, I remove the >b >from the id attribute? > >For example: >versionID="20.0b" displayVersion="20.0 Beta" >cacheID="

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread OmPrakash Muppirala
In this case, there is only the beta version of AIR 20. So, I remove the b from the id attribute? For example: becomes: Is that the only change required? Thanks, Om On Wed, Nov 11, 2015 at 4:10 PM, Alex Harui wrote: > IIRC, there two different patterns. If there is both a release versi

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread Alex Harui
IIRC, there two different patterns. If there is both a release version and beta version with the same version number the you use versionID and the “b” tags in the ids. If there is just a beta version you don’t use versionID and the other ids don’t have the ‘b’. On 11/11/15, 3:02 PM, "omup...@gma

Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread OmPrakash Muppirala
I have just committed a change: http://svn.apache.org/viewvc/flex/site/trunk/content/installer/sdk-installer-config-4.0.xml?r1=1713946&r2=1713945&pathrev=1713946 Alex ,or others who are familiar with this process, can you please verify if everything looks good? If so, I can push the update live a