Building the latest image

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

Building the latest image

stephane ducasse
Hi

I want to know how the image found http://www.moosetechnology.org/download/4.6 is built.
Where can I find this information?

May be I will copy the configurations and set the versions to see if I can get a system that I can rebuild
systematically.

Stef
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Building the latest image

Tudor Girba-2
Essentially, it is just this:
Gofer new
        squeaksource: 'Moose';
        package: 'ConfigurationOfMoose';
        load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.

But, it's a good point. I now added the moose.st to the archived entries, so you can see it all the time.

Doru


On 13 Nov 2011, at 20:03, stephane ducasse wrote:

> Hi
>
> I want to know how the image found http://www.moosetechnology.org/download/4.6 is built.
> Where can I find this information?
>
> May be I will copy the configurations and set the versions to see if I can get a system that I can rebuild
> systematically.
>
> Stef
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Every thing has its own flow."





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Building the latest image

Stéphane Ducasse

On Nov 13, 2011, at 9:33 PM, Tudor Girba wrote:

> Essentially, it is just this:
> Gofer new
> squeaksource: 'Moose';
> package: 'ConfigurationOfMoose';
> load.
> (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.

thanks

> But, it's a good point. I now added the moose.st to the archived entries, so you can see it all the time.

what is archived entries?

>
> Doru
>
>
> On 13 Nov 2011, at 20:03, stephane ducasse wrote:
>
>> Hi
>>
>> I want to know how the image found http://www.moosetechnology.org/download/4.6 is built.
>> Where can I find this information?
>>
>> May be I will copy the configurations and set the versions to see if I can get a system that I can rebuild
>> systematically.
>>
>> Stef
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow."
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Building the latest image

Tudor Girba-2
Hi,

On 13 Nov 2011, at 22:11, Stéphane Ducasse wrote:

>
> On Nov 13, 2011, at 9:33 PM, Tudor Girba wrote:
>
>> Essentially, it is just this:
>> Gofer new
>> squeaksource: 'Moose';
>> package: 'ConfigurationOfMoose';
>> load.
>> (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
>
> thanks
>
>> But, it's a good point. I now added the moose.st to the archived entries, so you can see it all the time.
>
> what is archived entries?

Jenkins archives artifacts after each build. Now, it archives the moose.st as well:
http://ci.moosetechnology.org/job/moose-latest-dev/

Doru



>> Doru
>>
>>
>> On 13 Nov 2011, at 20:03, stephane ducasse wrote:
>>
>>> Hi
>>>
>>> I want to know how the image found http://www.moosetechnology.org/download/4.6 is built.
>>> Where can I find this information?
>>>
>>> May be I will copy the configurations and set the versions to see if I can get a system that I can rebuild
>>> systematically.
>>>
>>> Stef
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> www.tudorgirba.com
>>
>> "Every thing has its own flow."
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"It's not what we do that matters most, it's how we do it."


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev