Re: [Pharo-project] Hudson build script for Pharo-1.2 image
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/a... 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.
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/a...
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.
participants (2)
-
Dale Henrichs -
Marcus Denker