Someone update Installer in 4.3 and 4.4 please?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Someone update Installer in 4.3 and 4.4 please?

Frank Shearar-3
I'm away from my computer for the next few hours or I'd do this
myself: with the Gemstone -> GemTalk Systems rename, we need to change
the URL in Installer class >> #squeakSource3 (or whatever #ss3 uses)
to point to the new URL.

This will allow correctly written Installer scripts (i.e., ones that
use #ss3 and not #url:) to carry on working.

Dale Henrichs has found that Squeak MC HTTP repositories don't like
3xx responses, and so a number of his builds fail in Squeak. Pharo
uses ZnHTTP, which handles HTTP redirection correctly.

Thanks!

frank

Reply | Threaded
Open this post in threaded view
|

Re: Someone update Installer in 4.3 and 4.4 please?

David T. Lewis
Done.

On Sun, Jun 30, 2013 at 02:18:30PM +0100, Frank Shearar wrote:

> I'm away from my computer for the next few hours or I'd do this
> myself: with the Gemstone -> GemTalk Systems rename, we need to change
> the URL in Installer class >> #squeakSource3 (or whatever #ss3 uses)
> to point to the new URL.
>
> This will allow correctly written Installer scripts (i.e., ones that
> use #ss3 and not #url:) to carry on working.
>
> Dale Henrichs has found that Squeak MC HTTP repositories don't like
> 3xx responses, and so a number of his builds fail in Squeak. Pharo
> uses ZnHTTP, which handles HTTP redirection correctly.
>
> Thanks!
>
> frank

Reply | Threaded
Open this post in threaded view
|

Re: Someone update Installer in 4.3 and 4.4 please?

Frank Shearar-3
Thanks very much, Dave!

frank

On 30 June 2013 18:11, David T. Lewis <[hidden email]> wrote:

> Done.
>
> On Sun, Jun 30, 2013 at 02:18:30PM +0100, Frank Shearar wrote:
>> I'm away from my computer for the next few hours or I'd do this
>> myself: with the Gemstone -> GemTalk Systems rename, we need to change
>> the URL in Installer class >> #squeakSource3 (or whatever #ss3 uses)
>> to point to the new URL.
>>
>> This will allow correctly written Installer scripts (i.e., ones that
>> use #ss3 and not #url:) to carry on working.
>>
>> Dale Henrichs has found that Squeak MC HTTP repositories don't like
>> 3xx responses, and so a number of his builds fail in Squeak. Pharo
>> uses ZnHTTP, which handles HTTP redirection correctly.
>>
>> Thanks!
>>
>> frank
>

Reply | Threaded
Open this post in threaded view
|

Re: Someone update Installer in 4.3 and 4.4 please?

Levente Uzonyi-2
In reply to this post by Frank Shearar-3
On Sun, 30 Jun 2013, Frank Shearar wrote:

> I'm away from my computer for the next few hours or I'd do this
> myself: with the Gemstone -> GemTalk Systems rename, we need to change
> the URL in Installer class >> #squeakSource3 (or whatever #ss3 uses)
> to point to the new URL.
>
> This will allow correctly written Installer scripts (i.e., ones that
> use #ss3 and not #url:) to carry on working.
>
> Dale Henrichs has found that Squeak MC HTTP repositories don't like
> 3xx responses, and so a number of his builds fail in Squeak. Pharo
> uses ZnHTTP, which handles HTTP redirection correctly.

Well, redirection handling was removed a while ago. The easy solution is
to load WebClient.


Levente

>
> Thanks!
>
> frank
>
>