Can bamboo start from a clean repo somehow ?
Else, there is no way to ensure artifacts can be rebuilt later.
So imho, this would be a prerequisite.

On 10/25/07, Niclas Hedhman <[EMAIL PROTECTED]> wrote:
>
> Gang,
>
> We have previously talked about having Bamboo building nightly snapshots that
> are published as Maven artifacts. I have been thinking about that a bit more,
> and wonder if we could do something like;
>
>  1. Bamboo generates nightly snapshots and publishes it to
>     /maven2-nightly
>
>  2. There is a clean-up process that throws away anything there that is
>     older than 90 days. (Yes, I have some space concerns)
>
>  3. We can manually promote a "nightly" to an "release candidate". When that
>     happens, the tagged source code of the "nightly" is used to make a new
>     release into the /maven2 repository, with a "rc" version.
>
>  4. Release Candidates are never removed, like everything in /maven2
>
>  5. We can promote a "RC" to a full release manually in the same manner.
>     A "release" should require community consensus and fulfill all legal
>     obligations we have.
>
> In terms of SVN, I think we should also move from the /qa to the /releases
> when there is a promotion from RC to Release. This makes it fairly obvious of
> what is what.
>
> By a fully automated process, there should not be any manual mistakes, but
> such process could be difficult to put together, since it involves editing of
> POM files, which could become difficult.
>
> I think this system should be a server functionality, and perhaps easy enough
> to write as CGI scripts in Bash. I think deploying a Java webapp for it,
> might be an overkill. And therefor, it should be its own project in SVN, and
> automatically handle itself, once bootstrapped.
>
>
> WDYT?
>
>
> Cheers
> --
> Niclas Hedhman, Software Developer
>
> I  live here; http://tinyurl.com/2qq9er
> I  work here; http://tinyurl.com/2ymelc
> I relax here; http://tinyurl.com/2cgsug
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to