Re: distribution target-last-successful copies

2008-04-16 Thread ant elder
Ok I've removed these in r648618.

>From all the comments it didn't seem like the copies these were providing
were accessible now anyway. If we do need something like this on the
continuum builds i'd be happy to help make a new build profile that the
continuum builds could use.

   ...ant

On Fri, Apr 11, 2008 at 9:31 AM, ant elder <[EMAIL PROTECTED]> wrote:

>
>
> On Thu, Apr 10, 2008 at 9:22 AM, ant elder <[EMAIL PROTECTED]> wrote:
>
> > The current distribution build copies the binary artifacts to the
> > target-last-successful folder which takes about 130Meg. I'm guessing this is
> > something to do with the continuum builds but does anyone know for sure? If
> > so could we change it so it only happens on the continuum machine (have the
> > continuum build use a specific profile?), or if not can i just delete the
> > copy task?
> >
> >...ant
> >
>
>
> OK maybe if I ask a different way...
>
> It looks like the target-last-successful copies aren't actually required
> anymore so unless i hear otherwise I'll remove the copy from the
> distribution pom.xml.
>
>...ant
>
>


Re: distribution target-last-successful copies

2008-04-15 Thread Jean-Sebastien Delfino

Luciano Resende wrote:

This was created to allow users to keep downloading nightly builds for
test verification purposes when we were having a period of not so
stable builds on the continuum machine.

I guess I'm fine with removing. Although a more secure approach would
be to add this task to a profile that would be run on the continuum
machine only, as it looks like that people have been running the
"distribution" profile often ?

On Fri, Apr 11, 2008 at 2:09 AM, Simon Laws <[EMAIL PROTECTED]> wrote:

On Fri, Apr 11, 2008 at 9:31 AM, ant elder <[EMAIL PROTECTED]> wrote:

 > On Thu, Apr 10, 2008 at 9:22 AM, ant elder <[EMAIL PROTECTED]> wrote:
 >
 > > The current distribution build copies the binary artifacts to the
 > > target-last-successful folder which takes about 130Meg. I'm guessing
 > this is
 > > something to do with the continuum builds but does anyone know for sure?
 > If
 > > so could we change it so it only happens on the continuum machine (have
 > the
 > > continuum build use a specific profile?), or if not can i just delete
 > the
 > > copy task?
 > >
 > >...ant
 > >
 >
 >
 > OK maybe if I ask a different way...
 >
 > It looks like the target-last-successful copies aren't actually required
 > anymore so unless i hear otherwise I'll remove the copy from the
 > distribution pom.xml.
 >
 >   ...ant
 >

 That's easier to answer ;-)

 +1. I've no idea what it is for so remove it and see if anything breaks.

 Simon



This was there to allow people to download the last successful build at 
all times.


Not sure if this is related or not but clicking "Nightly build download" 
on our download page [1] gives an error [2]. That's not great.


[1] 
http://incubator.apache.org/tuscany/tuscany-downloads-documentations.html
[2] 
http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=277&projectName=Apache%20Tuscany%20SCA%20Implementation%20Project&userDirectory=distribution%2Ftarget&file=apache-tuscany-sca-1.1-incubating-SNAPSHOT.tar.gz

--
Jean-Sebastien

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: distribution target-last-successful copies

2008-04-11 Thread Luciano Resende
This was created to allow users to keep downloading nightly builds for
test verification purposes when we were having a period of not so
stable builds on the continuum machine.

I guess I'm fine with removing. Although a more secure approach would
be to add this task to a profile that would be run on the continuum
machine only, as it looks like that people have been running the
"distribution" profile often ?

On Fri, Apr 11, 2008 at 2:09 AM, Simon Laws <[EMAIL PROTECTED]> wrote:
>
> On Fri, Apr 11, 2008 at 9:31 AM, ant elder <[EMAIL PROTECTED]> wrote:
>
>  > On Thu, Apr 10, 2008 at 9:22 AM, ant elder <[EMAIL PROTECTED]> wrote:
>  >
>  > > The current distribution build copies the binary artifacts to the
>  > > target-last-successful folder which takes about 130Meg. I'm guessing
>  > this is
>  > > something to do with the continuum builds but does anyone know for sure?
>  > If
>  > > so could we change it so it only happens on the continuum machine (have
>  > the
>  > > continuum build use a specific profile?), or if not can i just delete
>  > the
>  > > copy task?
>  > >
>  > >...ant
>  > >
>  >
>  >
>  > OK maybe if I ask a different way...
>  >
>  > It looks like the target-last-successful copies aren't actually required
>  > anymore so unless i hear otherwise I'll remove the copy from the
>  > distribution pom.xml.
>  >
>  >   ...ant
>  >
>
>  That's easier to answer ;-)
>
>  +1. I've no idea what it is for so remove it and see if anything breaks.
>
>  Simon
>



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: distribution target-last-successful copies

2008-04-11 Thread Simon Laws
On Fri, Apr 11, 2008 at 9:31 AM, ant elder <[EMAIL PROTECTED]> wrote:

> On Thu, Apr 10, 2008 at 9:22 AM, ant elder <[EMAIL PROTECTED]> wrote:
>
> > The current distribution build copies the binary artifacts to the
> > target-last-successful folder which takes about 130Meg. I'm guessing
> this is
> > something to do with the continuum builds but does anyone know for sure?
> If
> > so could we change it so it only happens on the continuum machine (have
> the
> > continuum build use a specific profile?), or if not can i just delete
> the
> > copy task?
> >
> >...ant
> >
>
>
> OK maybe if I ask a different way...
>
> It looks like the target-last-successful copies aren't actually required
> anymore so unless i hear otherwise I'll remove the copy from the
> distribution pom.xml.
>
>   ...ant
>

That's easier to answer ;-)

+1. I've no idea what it is for so remove it and see if anything breaks.

Simon


Re: distribution target-last-successful copies

2008-04-11 Thread ant elder
On Thu, Apr 10, 2008 at 9:22 AM, ant elder <[EMAIL PROTECTED]> wrote:

> The current distribution build copies the binary artifacts to the
> target-last-successful folder which takes about 130Meg. I'm guessing this is
> something to do with the continuum builds but does anyone know for sure? If
> so could we change it so it only happens on the continuum machine (have the
> continuum build use a specific profile?), or if not can i just delete the
> copy task?
>
>...ant
>


OK maybe if I ask a different way...

It looks like the target-last-successful copies aren't actually required
anymore so unless i hear otherwise I'll remove the copy from the
distribution pom.xml.

   ...ant


distribution target-last-successful copies

2008-04-10 Thread ant elder
The current distribution build copies the binary artifacts to the
target-last-successful folder which takes about 130Meg. I'm guessing this is
something to do with the continuum builds but does anyone know for sure? If
so could we change it so it only happens on the continuum machine (have the
continuum build use a specific profile?), or if not can i just delete the
copy task?

   ...ant