Getting Pharo 1.2 on Hudson green/blue again

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

Getting Pharo 1.2 on Hudson green/blue again

Torsten Bergmann
Hi Markus,

I think I've found out what the problem with the
hudson build for Pharo 1.2 is:

 - the Pharo-1.2.st Skript used to build it includes this line:
 
   ((Smalltalk at: #ConfigurationOfPharo) project lastVersion)

 which now returns 1.3. instead of 1.2 since the config was extended.

Guess who did it: ConfigurationOfPharo-MarcusDenker.148
on 22 March 2011, the day when the hudson build broke

So change the line in Pharo-1.2.st to:

  ((Smalltalk at: #ConfigurationOfPharo) project version: '1.2-beta2') perform: #silently: with: true; perform: #load.

and the build works. At least it does manually when I try it here.

If that works you either send me a beer or you take the time to
exchange the VM to the customized ones I've sent you so we can
move 1.2 out of the door and concentrate on 1.3...

Bye
T.



--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply | Threaded
Open this post in threaded view
|

Re: Getting Pharo 1.2 on Hudson green/blue again

Stéphane Ducasse
Good deal!!!!

Stef

On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote:

> Hi Markus,
>
> I think I've found out what the problem with the
> hudson build for Pharo 1.2 is:
>
> - the Pharo-1.2.st Skript used to build it includes this line:
>
>   ((Smalltalk at: #ConfigurationOfPharo) project lastVersion)
>
> which now returns 1.3. instead of 1.2 since the config was extended.
>
> Guess who did it: ConfigurationOfPharo-MarcusDenker.148
> on 22 March 2011, the day when the hudson build broke
>
> So change the line in Pharo-1.2.st to:
>
>  ((Smalltalk at: #ConfigurationOfPharo) project version: '1.2-beta2') perform: #silently: with: true; perform: #load.
>
> and the build works. At least it does manually when I try it here.
>
> If that works you either send me a beer or you take the time to
> exchange the VM to the customized ones I've sent you so we can
> move 1.2 out of the door and concentrate on 1.3...
>
> Bye
> T.
>
>
>
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
>


Reply | Threaded
Open this post in threaded view
|

Re: Getting Pharo 1.2 on Hudson green/blue again

Marcus Denker-4
In reply to this post by Torsten Bergmann

On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote:

> Hi Markus,
>
> I think I've found out what the problem with the
> hudson build for Pharo 1.2 is:
>
> - the Pharo-1.2.st Skript used to build it includes this line:
>
>   ((Smalltalk at: #ConfigurationOfPharo) project lastVersion)
>
> which now returns 1.3. instead of 1.2 since the config was extended.
>
> Guess who did it: ConfigurationOfPharo-MarcusDenker.148
> on 22 March 2011, the day when the hudson build broke
>
> So change the line in Pharo-1.2.st to:
>
>  ((Smalltalk at: #ConfigurationOfPharo) project version: '1.2-beta2') perform: #silently: with: true; perform: #load.
>
> and the build works. At least it does manually when I try it here.
>
Oh...
I fixed the build script. Hudson building now.


> If that works you either send me a beer or you take the time to
> exchange the VM to the customized ones I've sent you so we can
> move 1.2 out of the door and concentrate on 1.3...
>
I will do a release of 1.2.1 and then fix the one-click.

        Marcus



--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply | Threaded
Open this post in threaded view
|

Re: Getting Pharo 1.2 on Hudson green/blue again

Stéphane Ducasse
Thanks marcus.
I will integrate some fixes after fixing some stuff with kids.

Stef

On Mar 29, 2011, at 8:31 PM, Marcus Denker wrote:

>
> On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote:
>
>> Hi Markus,
>>
>> I think I've found out what the problem with the
>> hudson build for Pharo 1.2 is:
>>
>> - the Pharo-1.2.st Skript used to build it includes this line:
>>
>>  ((Smalltalk at: #ConfigurationOfPharo) project lastVersion)
>>
>> which now returns 1.3. instead of 1.2 since the config was extended.
>>
>> Guess who did it: ConfigurationOfPharo-MarcusDenker.148
>> on 22 March 2011, the day when the hudson build broke
>>
>> So change the line in Pharo-1.2.st to:
>>
>> ((Smalltalk at: #ConfigurationOfPharo) project version: '1.2-beta2') perform: #silently: with: true; perform: #load.
>>
>> and the build works. At least it does manually when I try it here.
>>
> Oh...
> I fixed the build script. Hudson building now.
>
>
>> If that works you either send me a beer or you take the time to
>> exchange the VM to the customized ones I've sent you so we can
>> move 1.2 out of the door and concentrate on 1.3...
>>
> I will do a release of 1.2.1 and then fix the one-click.
>
> Marcus
>
>
>
> --
> Marcus Denker  -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
>
>