Hudson build script for Pharo-1.2 image

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

Hudson build script for Pharo-1.2 image

Dale Henrichs
Marcus,

When you get a chance could you give me a pointer to the build script that you use to build the Pharo-1.2 image?

Thanks,

Dale
Reply | Threaded
Open this post in threaded view
|

Re: Hudson build script for Pharo-1.2 image

Marcus Denker-4

On Feb 26, 2011, at 6:31 AM, Dale Henrichs wrote:

> Marcus,
>
> When you get a chance could you give me a pointer to the build script that you use to build the Pharo-1.2 image?
>

this code is executed:

https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/lastSuccessfulBuild/artifact/Pharo-1.2/Pharo-1.2.st

The Metacello config loaded is this:

Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfPharo';
load.

((Smalltalk at: #ConfigurationOfPharo) project lastVersion) perform: #silently: with: true; perform: #load.




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


Reply | Threaded
Open this post in threaded view
|

Re: Hudson build script for Pharo-1.2 image

Dale Henrichs
Thanks!


On Feb 26, 2011, at 2:49 AM, Marcus Denker wrote:

>
> On Feb 26, 2011, at 6:31 AM, Dale Henrichs wrote:
>
>> Marcus,
>>
>> When you get a chance could you give me a pointer to the build script that you use to build the Pharo-1.2 image?
>>
>
> this code is executed:
>
> https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/lastSuccessfulBuild/artifact/Pharo-1.2/Pharo-1.2.st
>
> The Metacello config loaded is this:
>
> Gofer new
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfPharo';
> load.
>
> ((Smalltalk at: #ConfigurationOfPharo) project lastVersion) perform: #silently: with: true; perform: #load.
>
>
>
>
> --
> Marcus Denker  -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
>
>