On 12/27/15, 9:48 PM, "Justin Mclean" <jus...@classsoftware.com> 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 live (and thus potentially breaking it for some >users)? Well, I get the MD5 right by downloading the artifact and running some sort of MD5 app on it (there is an md5 target in flex-sdk/build.xml if you want to use it). Then I push it. Once you have that right, it won't break some user. 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. -Alex