jenkins build generator image location

classic Classic list List threaded Threaded
5 messages Options
Camillo Bruni Camillo Bruni
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

jenkins build generator image location

 
is there a particular reason why the generator image is under /build
I would prefer it under /image, or delete /image from the repos ;)


cami
Mariano Martinez Peck Mariano Martinez Peck
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: jenkins build generator image location

 


On Wed, Jan 18, 2012 at 5:35 PM, Camillo Bruni <[hidden email]> wrote:

is there a particular reason why the generator image is under /build
I would prefer it under /image, or delete /image from the repos ;)


I always have it under /image also :)
I don't like to have it in /build because I don't trust CMakeVMMaker neither CMake so I remove /build each time I build again...and if the image is there I would loose it.


--
Mariano
http://marianopeck.wordpress.com

Igor Stasenko Igor Stasenko
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: jenkins build generator image location

 
i usually copy image from build to image dir. and in case of need
(kind of clean build) i wiping build and results dir altogether.

On 18 January 2012 19:24, Mariano Martinez Peck <[hidden email]> wrote:

>
>
>
> On Wed, Jan 18, 2012 at 5:35 PM, Camillo Bruni <[hidden email]> wrote:
>>
>>
>> is there a particular reason why the generator image is under /build
>> I would prefer it under /image, or delete /image from the repos ;)
>>
>
> I always have it under /image also :)
> I don't like to have it in /build because I don't trust CMakeVMMaker neither CMake so I remove /build each time I build again...and if the image is there I would loose it.
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>



--
Best regards,
Igor Stasenko.
Mariano Martinez Peck Mariano Martinez Peck
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: jenkins build generator image location

 


On Wed, Jan 18, 2012 at 8:36 PM, Igor Stasenko <[hidden email]> wrote:

i usually copy image from build to image dir. and in case of need
(kind of clean build) i wiping build and results dir altogether.


In my short experience, I have spent sometimes several minutes until I found that something that was not working, start to working after removing /build and /results. Even if cmake or whatever is supposed to clean it self...it doesn't work for me and I end up always removing by hand.  So.. what I would do is that CMakeVMMaker automatically remove /build and remove not /results (because you may have build another target, like CogVM, CogMTVM, StackVM, etc) because you don't want to remove all results, but at least the one (if exists) of the target you are building. Say I am building CogMTVM, then CogVMMT should be automatically removed by CMakeVMMaker from /results

can we do that?
 
On 18 January 2012 19:24, Mariano Martinez Peck <[hidden email]> wrote:
>
>
>
> On Wed, Jan 18, 2012 at 5:35 PM, Camillo Bruni <[hidden email]> wrote:
>>
>>
>> is there a particular reason why the generator image is under /build
>> I would prefer it under /image, or delete /image from the repos ;)
>>
>
> I always have it under /image also :)
> I don't like to have it in /build because I don't trust CMakeVMMaker neither CMake so I remove /build each time I build again...and if the image is there I would loose it.
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>



--
Best regards,
Igor Stasenko.



--
Mariano
http://marianopeck.wordpress.com

Camillo Bruni Camillo Bruni
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: jenkins build generator image location


I changed all the Jenkins builds move the image into /image instead of /build,
that should make things a bit more consistent.


best
cami

On 2012-01-18, at 23:08, Mariano Martinez Peck wrote:

>
> On Wed, Jan 18, 2012 at 8:36 PM, Igor Stasenko <[hidden email]> wrote:
>
> i usually copy image from build to image dir. and in case of need
> (kind of clean build) i wiping build and results dir altogether.
>
>
> In my short experience, I have spent sometimes several minutes until I found that something that was not working, start to working after removing /build and /results. Even if cmake or whatever is supposed to clean it self...it doesn't work for me and I end up always removing by hand.  So.. what I would do is that CMakeVMMaker automatically remove /build and remove not /results (because you may have build another target, like CogVM, CogMTVM, StackVM, etc) because you don't want to remove all results, but at least the one (if exists) of the target you are building. Say I am building CogMTVM, then CogVMMT should be automatically removed by CMakeVMMaker from /results
>
> can we do that?
>  
> On 18 January 2012 19:24, Mariano Martinez Peck <[hidden email]> wrote:
> >
> >
> >
> > On Wed, Jan 18, 2012 at 5:35 PM, Camillo Bruni <[hidden email]> wrote:
> >>
> >>
> >> is there a particular reason why the generator image is under /build
> >> I would prefer it under /image, or delete /image from the repos ;)
> >>
> >
> > I always have it under /image also :)
> > I don't like to have it in /build because I don't trust CMakeVMMaker neither CMake so I remove /build each time I build again...and if the image is there I would loose it.
> >
> >
> > --
> > Mariano
> > http://marianopeck.wordpress.com
> >
> >
>
>
>
> --
> Best regards,
> Igor Stasenko.
>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

Loading...