RESOLVED FIXED 15663
update-webkit re-downloads WebKitAuxiliaryLibrary unnecessarily
https://bugs.webkit.org/show_bug.cgi?id=15663
Summary update-webkit re-downloads WebKitAuxiliaryLibrary unnecessarily
Alexey Proskuryakov
Reported 2007-10-24 07:45:35 PDT
update-webkit-auxiliary-libs checks HTTP response headers to decide whether to update WebKitAuxiliaryLibrary.zip - but apparently there are several servers behind http://developer.apple.com, and the date of this file is slightly different on each: $ curl -s -I http://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip | grep Last-Modified Last-Modified: Tue, 12 Jun 2007 20:48:03 GMT $ curl -s -I http://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip | grep Last-Modified Last-Modified: Tue, 12 Jun 2007 20:47:59 GMT
Attachments
patch with changelog (4.31 KB, patch)
2008-01-03 10:15 PST, Adam Roben (:aroben)
mrowe: review+
Adam Roben (:aroben)
Comment 1 2008-01-03 10:15:40 PST
Created attachment 18252 [details] patch with changelog
Mark Rowe (bdash)
Comment 2 2008-01-03 10:17:33 PST
Comment on attachment 18252 [details] patch with changelog r=me
Alexey Proskuryakov
Comment 3 2008-01-04 09:25:08 PST
Note You need to log in before you can comment on or make changes to this bug.