On Thu, Aug 14, 2014 at 1:10 PM, Alex Harui <[email protected]> wrote:
> > > On 8/14/14 11:08 AM, "OmPrakash Muppirala" <[email protected]> wrote: > > >Alex, > > > >I see that there is a job > >http://apacheflexbuild.cloudapp.net:8080/job/MD5Checker/ > >Are you using that to automatically check the MD5? > Yes > > > >If so, you can spit out the correct MD5 into a text file and make it > >available as part of the lastSuccessfulBuild/artifacts/out directory. You > >can then access that file publicly with this url: > > > http://apacheflexbuild.cloudapp.net:8080/job/MD5Checker/lastSuccessfulBuil > >d/artifact/out/md5.txt > > > >You can load this url in the Installer and verify the MD5 against the > >downloaded file. > > > >This way, you don't need to modify the installer config every time Adobe > >changes the bits. > I'm not understanding. I don't see any mention of md5.txt in Installer > code base. > That was an example file name. You can write out the md5 checksum of the artifact to a file and load it from the url. Thanks, Om > > -Alex > >
