On 04 Mar 2013, at 16:56, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-03-04, at 16:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 04 Mar 2013, at 16:46, Marcus Denker <marcus.denker@inria.fr> wrote:
On Mar 4, 2013, at 4:44 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Nice ;-)
You need to upload a V2 .sources to your serverâ¦
OK, what is the exact URL where I can download the new PharoV20.sources ?
it is downloaded automatically with the zerconf scripts, otherwise here:
http://files.pharo.org/image/PharoV20.sources http://files.pharo.org/image/PharoV20.sources.zip
OK, done: prometheus:~ sven$ curl -X HEAD -D - http://stfx.eu/PharoV20.sources HTTP/1.1 200 OK Date: Mon, 04 Mar 2013 16:03:44 GMT Server: Apache/2.2.22 (Ubuntu) Last-Modified: Mon, 04 Mar 2013 14:21:12 GMT ETag: "20301-1535940-4d71a11a52600" Accept-Ranges: bytes Content-Length: 22239552 Vary: Accept-Encoding Content-Type: text/plain curl: (18) transfer closed with 22239552 bytes remaining to read prometheus:~ sven$ curl -X HEAD -D - -H'Accept-Encoding:gzip' http://stfx.eu/PharoV20.sources HTTP/1.1 200 OK Date: Mon, 04 Mar 2013 16:04:14 GMT Server: Apache/2.2.22 (Ubuntu) Last-Modified: Mon, 04 Mar 2013 14:21:12 GMT ETag: "20301-1535940-4d71a11a52600" Accept-Ranges: bytes Vary: Accept-Encoding Content-Encoding: gzip Content-Type: text/plain Or even better, in Smalltalk (ZnClient new url: 'http://stfx.eu/PharoV20.sources'; head; response) writeToTranscript. HTTP/1.1 200 OK Date: Mon, 04 Mar 2013 16:08:34 GMT Content-Length: 22239552 Etag: "20301-1535940-4d71a11a52600" Server: Apache/2.2.22 (Ubuntu) Accept-Ranges: bytes Last-Modified: Mon, 04 Mar 2013 14:21:12 GMT Vary: Accept-Encoding Content-Type: text/plain (ZnClient new url: 'http://stfx.eu/PharoV20.sources'; setAcceptEncodingGzip; head; response) writeToTranscript. HTTP/1.1 200 OK Date: Mon, 04 Mar 2013 16:09:34 GMT Content-Encoding: gzip Etag: "20301-1535940-4d71a11a52600" Server: Apache/2.2.22 (Ubuntu) Accept-Ranges: bytes Last-Modified: Mon, 04 Mar 2013 14:21:12 GMT Vary: Accept-Encoding Content-Type: text/plain -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill