[Pharo-project] [update 2.0] #20583
20583 ----- Issue 7637: SourceFileArrayTest hardcodes some offsets http://code.google.com/p/pharo/issues/detail?id=7637 Issue 7636: fix file name of sources file in #downloadSources http://code.google.com/p/pharo/issues/detail?id=7636 Issue 7634: Slow Package Menu on Mouse Button Right Click + Fix http://code.google.com/p/pharo/issues/detail?id=7634 Diff information: http://ss3.gemstone.com/ss/Pharo20/Zinc-System-Support-MarcusDenker.4.diff http://ss3.gemstone.com/ss/Pharo20/Tests-MarcusDenker.520.diff http://ss3.gemstone.com/ss/Pharo20/Manifest-CriticBrowser-MarcusDenker.62.di...
Nice ;-) On 04 Mar 2013, at 16:37, Marcus Denker <marcus.denker@inria.fr> wrote:
20583 -----
Issue 7637: SourceFileArrayTest hardcodes some offsets http://code.google.com/p/pharo/issues/detail?id=7637
Issue 7636: fix file name of sources file in #downloadSources http://code.google.com/p/pharo/issues/detail?id=7636
Issue 7634: Slow Package Menu on Mouse Button Right Click + Fix http://code.google.com/p/pharo/issues/detail?id=7634
Diff information: http://ss3.gemstone.com/ss/Pharo20/Zinc-System-Support-MarcusDenker.4.diff http://ss3.gemstone.com/ss/Pharo20/Tests-MarcusDenker.520.diff http://ss3.gemstone.com/ss/Pharo20/Manifest-CriticBrowser-MarcusDenker.62.di...
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⦠And in 3.0 I really want to get rid of the .sources .changes mess. Marcus
On 04 Mar 2013, at 16:37, Marcus Denker <marcus.denker@inria.fr> wrote:
20583 -----
Issue 7637: SourceFileArrayTest hardcodes some offsets http://code.google.com/p/pharo/issues/detail?id=7637
Issue 7636: fix file name of sources file in #downloadSources http://code.google.com/p/pharo/issues/detail?id=7636
Issue 7634: Slow Package Menu on Mouse Button Right Click + Fix http://code.google.com/p/pharo/issues/detail?id=7634
Diff information: http://ss3.gemstone.com/ss/Pharo20/Zinc-System-Support-MarcusDenker.4.diff http://ss3.gemstone.com/ss/Pharo20/Tests-MarcusDenker.520.diff http://ss3.gemstone.com/ss/Pharo20/Manifest-CriticBrowser-MarcusDenker.62.di...
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 ?
And in 3.0 I really want to get rid of the .sources .changes mess.
Marcus
On 04 Mar 2013, at 16:37, Marcus Denker <marcus.denker@inria.fr> wrote:
20583 -----
Issue 7637: SourceFileArrayTest hardcodes some offsets http://code.google.com/p/pharo/issues/detail?id=7637
Issue 7636: fix file name of sources file in #downloadSources http://code.google.com/p/pharo/issues/detail?id=7636
Issue 7634: Slow Package Menu on Mouse Button Right Click + Fix http://code.google.com/p/pharo/issues/detail?id=7634
Diff information: http://ss3.gemstone.com/ss/Pharo20/Zinc-System-Support-MarcusDenker.4.diff http://ss3.gemstone.com/ss/Pharo20/Tests-MarcusDenker.520.diff http://ss3.gemstone.com/ss/Pharo20/Manifest-CriticBrowser-MarcusDenker.62.di...
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
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
Camillo Bruni-3 wrote
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
Are the zeroconf scripts different than these: http://pharo.gforge.inria.fr/ci/script/ ? If so where can I find the zeroconf scripts? If not which one of them gets the PharoV20 sources + VM + image? Also the links in the readme.txt are out of date so copying, pasting then running them gives an error in curl. I made an issue here: http://code.google.com/p/pharo/issues/detail?id=7640 Thanks -- View this message in context: http://forum.world.st/update-2-0-20583-tp4673631p4673824.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Tue, Mar 5, 2013 at 1:43 AM, Paul DeBruicker <pdebruic@gmail.com> wrote:
Camillo Bruni-3 wrote
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
Are the zeroconf scripts different than these:
http://pharo.gforge.inria.fr/ci/script/ ?
If so where can I find the zeroconf scripts?
If not which one of them gets the PharoV20 sources + VM + image?
wget --quiet -O - http://pharo.gforge.inria.fr/ci/script/ciPharo20PharoVM.sh | bash Curl seems to not work anymore, no idea why. Marcus -- Marcus Denker -- denker@acm.org http://www.marcusdenker.de
Camillo Bruni-3 wrote
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
Are the zeroconf scripts different than these:
http://pharo.gforge.inria.fr/ci/script/ ?
If so where can I find the zeroconf scripts?
If not which one of them gets the PharoV20 sources + VM + image?
wget --quiet -O - http://pharo.gforge.inria.fr/ci/script/ciPharo20PharoVM.sh | bash
Curl seems to not work anymore, no idea why.
because curl does handle redirects. I'm writing that in the zeroconf chapter :)
On 2013-03-05, at 01:42, Paul DeBruicker <pdebruic@gmail.com> wrote:
Camillo Bruni-3 wrote
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
Are the zeroconf scripts different than these:
It's just a placeholder for now: http://files.pharo.org/ => http://pharo.gforge.inria.fr/ci/ in the future we might have a dedicated file server, and files.pharo.org will point to there.
If so where can I find the zeroconf scripts?
If not which one of them gets the PharoV20 sources + VM + image?
all *VM.sh scripts also get the sources (PharoV10 and Pharov20).
Also the links in the readme.txt are out of date so copying, pasting then running them gives an error in curl.
meh :P
I made an issue here: http://code.google.com/p/pharo/issues/detail?id=7640
thanks, I will remove the curl part, everything with wget should still work
On 05 Mar 2013, at 08:31, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-03-05, at 01:42, Paul DeBruicker <pdebruic@gmail.com> wrote:
Camillo Bruni-3 wrote
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
Are the zeroconf scripts different than these:
It's just a placeholder for now: http://files.pharo.org/ => http://pharo.gforge.inria.fr/ci/
in the future we might have a dedicated file server, and files.pharo.org will point to there.
If so where can I find the zeroconf scripts?
If not which one of them gets the PharoV20 sources + VM + image?
all *VM.sh scripts also get the sources (PharoV10 and Pharov20).
Also the links in the readme.txt are out of date so copying, pasting then running them gives an error in curl.
meh :P
I made an issue here: http://code.google.com/p/pharo/issues/detail?id=7640
thanks, I will remove the curl part, everything with wget should still work
Please reconsider since wget does not come standard on Mac OS X. If you have problems with curl, let me know, we can probably fix them. curl -L http://files.pharo.org/script/ciPharo20.sh follows redirects just fine. Sven
On 2013-03-05, at 09:10, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 05 Mar 2013, at 08:31, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-03-05, at 01:42, Paul DeBruicker <pdebruic@gmail.com> wrote:
Camillo Bruni-3 wrote
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
Are the zeroconf scripts different than these:
It's just a placeholder for now: http://files.pharo.org/ => http://pharo.gforge.inria.fr/ci/
in the future we might have a dedicated file server, and files.pharo.org will point to there.
If so where can I find the zeroconf scripts?
If not which one of them gets the PharoV20 sources + VM + image?
all *VM.sh scripts also get the sources (PharoV10 and Pharov20).
Also the links in the readme.txt are out of date so copying, pasting then running them gives an error in curl.
meh :P
I made an issue here: http://code.google.com/p/pharo/issues/detail?id=7640
thanks, I will remove the curl part, everything with wget should still work
Please reconsider since wget does not come standard on Mac OS X. If you have problems with curl, let me know, we can probably fix them.
ah ok, I didn't figure that out :P, thanks problem is, curl doesn't come under windows either, nor is there an easy way to install it :P => on our build servers we have to use wget
On Mar 4, 2013, at 4:53 PM, 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 ?
same like before: http://pharo.gforge.inria.fr/ci/image/
participants (5)
-
Camillo Bruni -
Marcus Denker -
Paul DeBruicker -
stephane ducasse -
Sven Van Caekenberghe