Hey!
I’m using EC2 agents (East Virginia) for IE/wpt_driver. I was analyzing apache’s access log and I can’t find any GET requests for:
[list]
[]work/update/update.zip
[]work/update/wptupdate.zip
[/list]
How can I force EC2 agent to udpate?
Regards
You won’t see the get requests for those directly - the zip files will be sent in response to getwork.php if the version number in work/update/wptupdate.ini or work/update/update.ini don’t match what the agent sends up in the request.
You can check the version of the software on your agents easily from the server by going to http:///getTesters.php
Nice approach of sending updates to agents, it works, thanks!