You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by Stefan Bodewig <bo...@apache.org> on 2013/04/02 06:31:23 UTC

Re: [VOTE] Release Apache Rat 0.9

On 2013-03-31, Robert Burrell Donkin wrote:

> The candidate staged at
> https://repository.apache.org/content/repositories/orgapachecreadur-039/
> (orgapachecreadur-039) is ready for review. Please download, check and
> then cast your vote (see [1]).

Do you intend to move the distribution tarballs to www.apache.org/dev?
Can't recall whether we are already using svnpubsub for releases.

Personally I'm not fond of putting the tarballs into Maven central at
all but haven't found a way to avoid it myself either (I usually remove
them manually before closing the staging repository).

Stefan

Re: [VOTE] Release Apache Rat 0.9

Posted by Robert Burrell Donkin <ro...@blueyonder.co.uk>.
On 04/02/13 05:31, Stefan Bodewig wrote:
> On 2013-03-31, Robert Burrell Donkin wrote:
>
>> The candidate staged at
>> https://repository.apache.org/content/repositories/orgapachecreadur-039/
>> (orgapachecreadur-039) is ready for review. Please download, check and
>> then cast your vote (see [1]).
>
> Do you intend to move the distribution tarballs to www.apache.org/dev?
> Can't recall whether we are already using svnpubsub for releases.
>
> Personally I'm not fond of putting the tarballs into Maven central at
> all but haven't found a way to avoid it myself either (I usually remove
> them manually before closing the staging repository).

Sounds like a good plan

(For 0.10, I'd like to reconsider our distributions...)

Robert

Re: setting up builds to avoid putting tarballs into maven central

Posted by Marshall Schor <ms...@schor.com>.
We have that same problem (avoiding putting tarballs into maven central).  Our
current approach does the following:

1) We have specific projects (usually the top level one in multi-module setups)
that produce the assembly artifacts.  These projects have a deploy configuration
override of <skip>true</skip> which prevents deployment of the tarballs.

2) Deploy is where normally the md5 and sha1 checksums are produced, so we add a
step for these projects to produce those, using the antrun pluging with the
"checksum" element.

You can see this here:
https://svn.apache.org/repos/asf/uima/build/trunk/parent-pom/pom.xml
line# approx: 1200

Cheers. -Marshall

On 4/2/2013 12:31 AM, Stefan Bodewig wrote:
> On 2013-03-31, Robert Burrell Donkin wrote:
>
>> The candidate staged at
>> https://repository.apache.org/content/repositories/orgapachecreadur-039/
>> (orgapachecreadur-039) is ready for review. Please download, check and
>> then cast your vote (see [1]).
> Do you intend to move the distribution tarballs to www.apache.org/dev?
> Can't recall whether we are already using svnpubsub for releases.
>
> Personally I'm not fond of putting the tarballs into Maven central at
> all but haven't found a way to avoid it myself either (I usually remove
> them manually before closing the staging repository).
>
> Stefan
>


Re: [VOTE] Release Apache Rat 0.9

Posted by Robert Burrell Donkin <ro...@blueyonder.co.uk>.
On 04/03/13 05:17, Stefan Bodewig wrote:

<snip>

> OK, in this case I vote with a +1 conditional on that the tarballs are
> published via www.apache.org/dist - and I'd really like it if they were
> removed from the staging repository before promoting it.

Okay

Robert


Re: [VOTE] Release Apache Rat 0.9

Posted by Stefan Bodewig <bo...@apache.org>.
On 2013-04-08, sebb wrote:

> On 3 April 2013 05:17, Stefan Bodewig <bo...@apache.org> wrote:

>> OK, in this case I vote with a +1 conditional on that the tarballs are
>> published via www.apache.org/dist - and I'd really like it if they were
>> removed from the staging repository before promoting it.

> By tarballs, do you mean the tar.bz, tar.gz and .zip archives?

Yes.

The things that used to be called releases before people started to
think Maven Central was a release channel. :-)

Stefan

Re: [VOTE] Release Apache Rat 0.9

Posted by sebb <se...@gmail.com>.
On 3 April 2013 05:17, Stefan Bodewig <bo...@apache.org> wrote:

> On 2013-04-03, sebb wrote:
>
> > On 2 April 2013 05:31, Stefan Bodewig <bo...@apache.org> wrote:
>
> >> On 2013-03-31, Robert Burrell Donkin wrote:
>
> >>> The candidate staged at
> >>>
> https://repository.apache.org/content/repositories/orgapachecreadur-039/
> >>> (orgapachecreadur-039) is ready for review. Please download, check and
> >>> then cast your vote (see [1]).
>
> >> Do you intend to move the distribution tarballs to www.apache.org/dev?
> >> Can't recall whether we are already using svnpubsub for releases.
>
> >> Personally I'm not fond of putting the tarballs into Maven central at
> >> all but haven't found a way to avoid it myself either (I usually remove
> >> them manually before closing the staging repository).
>
> > They can also be deleted after the staging repo is closed.
> > So long as they are deleted before the staging repo is
> published/released,
> > they won't be sent to Maven central.
>
> > It can be convenient to use the Nexus staging repo for RC voting of
> > non-Maven archives as well as Maven jars etc.
>
> OK, in this case I vote with a +1 conditional on that the tarballs are
> published via www.apache.org/dist - and I'd really like it if they were
> removed from the staging repository before promoting it.
>
>
By tarballs, do you mean the tar.bz, tar.gz and .zip archives?

If so, I agree these should probably be deleted from Nexus before release -
but only after copying them to /dist/creadur (together with sigs/hashes)


> Stefan
>

Re: [VOTE] Release Apache Rat 0.9

Posted by Stefan Bodewig <bo...@apache.org>.
On 2013-04-03, sebb wrote:

> On 2 April 2013 05:31, Stefan Bodewig <bo...@apache.org> wrote:

>> On 2013-03-31, Robert Burrell Donkin wrote:

>>> The candidate staged at
>>> https://repository.apache.org/content/repositories/orgapachecreadur-039/
>>> (orgapachecreadur-039) is ready for review. Please download, check and
>>> then cast your vote (see [1]).

>> Do you intend to move the distribution tarballs to www.apache.org/dev?
>> Can't recall whether we are already using svnpubsub for releases.

>> Personally I'm not fond of putting the tarballs into Maven central at
>> all but haven't found a way to avoid it myself either (I usually remove
>> them manually before closing the staging repository).

> They can also be deleted after the staging repo is closed.
> So long as they are deleted before the staging repo is published/released,
> they won't be sent to Maven central.

> It can be convenient to use the Nexus staging repo for RC voting of
> non-Maven archives as well as Maven jars etc.

OK, in this case I vote with a +1 conditional on that the tarballs are
published via www.apache.org/dist - and I'd really like it if they were
removed from the staging repository before promoting it.

Stefan

Re: [VOTE] Release Apache Rat 0.9

Posted by Robert Burrell Donkin <rd...@apache.org>.
On 04/03/13 20:37, Jochen Wiedmann wrote:
> I'm +1 for publishing the site as it is. No problems with such small
> archives going to Maven Central.

(Just for the record) are you still +1 if I publish the tar-balls to 
www.apache.org/dist (as Stefan asks) ...?

Robert


Re: [VOTE] Release Apache Rat 0.9

Posted by Jochen Wiedmann <jo...@gmail.com>.
I'm +1 for publishing the site as it is. No problems with such small
archives going to Maven Central.



On Wed, Apr 3, 2013 at 2:39 AM, sebb <se...@gmail.com> wrote:

> On 2 April 2013 05:31, Stefan Bodewig <bo...@apache.org> wrote:
>
> > On 2013-03-31, Robert Burrell Donkin wrote:
> >
> > > The candidate staged at
> > >
> https://repository.apache.org/content/repositories/orgapachecreadur-039/
> > > (orgapachecreadur-039) is ready for review. Please download, check and
> > > then cast your vote (see [1]).
> >
> > Do you intend to move the distribution tarballs to www.apache.org/dev?
> > Can't recall whether we are already using svnpubsub for releases.
> >
> > Personally I'm not fond of putting the tarballs into Maven central at
> > all but haven't found a way to avoid it myself either (I usually remove
> > them manually before closing the staging repository).
> >
>
> They can also be deleted after the staging repo is closed.
> So long as they are deleted before the staging repo is published/released,
> they won't be sent to Maven central.
>
> It can be convenient to use the Nexus staging repo for RC voting of
> non-Maven archives as well as Maven jars etc.
>
> Stefan
> >
>



-- 
"That's what prayers are ... it's frightened people trying to make friends
with the bully!"

Terry Pratchett. The Last Hero

Re: [VOTE] Release Apache Rat 0.9

Posted by sebb <se...@gmail.com>.
On 2 April 2013 05:31, Stefan Bodewig <bo...@apache.org> wrote:

> On 2013-03-31, Robert Burrell Donkin wrote:
>
> > The candidate staged at
> > https://repository.apache.org/content/repositories/orgapachecreadur-039/
> > (orgapachecreadur-039) is ready for review. Please download, check and
> > then cast your vote (see [1]).
>
> Do you intend to move the distribution tarballs to www.apache.org/dev?
> Can't recall whether we are already using svnpubsub for releases.
>
> Personally I'm not fond of putting the tarballs into Maven central at
> all but haven't found a way to avoid it myself either (I usually remove
> them manually before closing the staging repository).
>

They can also be deleted after the staging repo is closed.
So long as they are deleted before the staging repo is published/released,
they won't be sent to Maven central.

It can be convenient to use the Nexus staging repo for RC voting of
non-Maven archives as well as Maven jars etc.

Stefan
>