Re: [release-plugin] TODOs

2018-06-15 Thread Gary Gregory
On Fri, Jun 15, 2018 at 5:49 PM Rob Tompkins wrote: > > > > On Jun 15, 2018, at 7:10 PM, Gary Gregory > wrote: > > > > Now that 1.3 is in the VOTE process, I'd like to see the following for > 1.4: > > > > - Post VOTE: > > -- Perform the equivalent of svnmucc from dist/rev to dist/release > > --

Re: [release-plugin] TODOs

2018-06-15 Thread Rob Tompkins
> On Jun 15, 2018, at 7:10 PM, Gary Gregory wrote: > > Now that 1.3 is in the VOTE process, I'd like to see the following for 1.4: > > - Post VOTE: > -- Perform the equivalent of svnmucc from dist/rev to dist/release > -- After the above runs, remove all remaining files and the site from > di

Re: [release-plugin] TODOs

2018-06-15 Thread Gary Gregory
Now that 1.3 is in the VOTE process, I'd like to see the following for 1.4: - Post VOTE: -- Perform the equivalent of svnmucc from dist/rev to dist/release -- After the above runs, remove all remaining files and the site from dist/dev Gary On Wed, Jun 6, 2018 at 6:06 AM Gilles wrote: > On Tu

Re: [release-plugin] TODOs

2018-06-06 Thread Gilles
On Tue, 5 Jun 2018 21:39:01 -0600, Gary Gregory wrote: On Thu, May 31, 2018 at 3:54 PM, Gilles wrote: On Thu, 31 May 2018 10:57:17 -0600, Gary Gregory wrote: [...] I think we KISS it for the next release: let's not worry about multi-module projects. One bite at a time ;-) Maybe I'm

Re: [release-plugin] TODOs

2018-06-06 Thread Rob Tompkins
> On Jun 5, 2018, at 11:39 PM, Gary Gregory wrote: > > On Thu, May 31, 2018 at 3:54 PM, Gilles > wrote: > >>> On Thu, 31 May 2018 10:57:17 -0600, Gary Gregory wrote: >>> >>> [...] >>> >>> I think we KISS it for the next release: let's not worry about >>> multi-module >>> projec

Re: [release-plugin] TODOs

2018-06-05 Thread Gary Gregory
On Thu, May 31, 2018 at 3:54 PM, Gilles wrote: > On Thu, 31 May 2018 10:57:17 -0600, Gary Gregory wrote: > >> [...] >> >>> >>> >> I think we KISS it for the next release: let's not worry about >> multi-module >> projects. One bite at a time ;-) >> > > Maybe I'm missing something (Should I have up

Re: [release-plugin] TODOs

2018-05-31 Thread Gilles
On Thu, 31 May 2018 10:57:17 -0600, Gary Gregory wrote: [...] I think we KISS it for the next release: let's not worry about multi-module projects. One bite at a time ;-) Maybe I'm missing something (Should I have updated the components which I maintain in some other way than refer to the

Re: [release-plugin] TODOs

2018-05-31 Thread Gary Gregory
On Thu, May 31, 2018 at 10:20 AM, Rob Tompkins wrote: > > > > On May 31, 2018, at 11:40 AM, Gary Gregory > wrote: > > > > Is it more complicated that creating an Ant task that executes svn mucc? > > Maybe. It depends on how general we’re trying to be. Are we trying to > accommodate a multi-modul

Re: [release-plugin] TODOs

2018-05-31 Thread Rob Tompkins
> On May 31, 2018, at 11:40 AM, Gary Gregory wrote: > > Is it more complicated that creating an Ant task that executes svn mucc? Maybe. It depends on how general we’re trying to be. Are we trying to accommodate a multi-module project? Does svn mucc accommodate directory recursive moves? -R

Re: [release-plugin] TODOs

2018-05-31 Thread Gary Gregory
Is it more complicated that creating an Ant task that executes svn mucc? Gary On Thu, May 31, 2018 at 7:31 AM, Rob Tompkins wrote: > Still chipping away at that one. > > > On May 30, 2018, at 5:24 PM, Gary Gregory > wrote: > > > > BTW, where are you on doing the SVN mucc from > > http://common

Re: [release-plugin] TODOs

2018-05-31 Thread Rob Tompkins
Still chipping away at that one. > On May 30, 2018, at 5:24 PM, Gary Gregory wrote: > > BTW, where are you on doing the SVN mucc from > http://commons.apache.org/releases/release.html? > > Gary > > On Wed, May 30, 2018 at 3:22 PM, Gary Gregory > wrote: > >> >> >>> On Wed, May 30, 2018 at

Re: [release-plugin] TODOs

2018-05-30 Thread Gary Gregory
BTW, where are you on doing the SVN mucc from http://commons.apache.org/releases/release.html? Gary On Wed, May 30, 2018 at 3:22 PM, Gary Gregory wrote: > > > On Wed, May 30, 2018 at 1:08 PM, Rob Tompkins wrote: > >> >> >> > On May 30, 2018, at 2:40 PM, Gary Gregory >> wrote: >> > >> > Hi Rob

Re: [release-plugin] TODOs

2018-05-30 Thread Gary Gregory
On Wed, May 30, 2018 at 1:08 PM, Rob Tompkins wrote: > > > > On May 30, 2018, at 2:40 PM, Gary Gregory > wrote: > > > > Hi Rob: > > > > The > > method org.apache.commons.release.plugin.mojos. > CommonsDistributionDetachmentMojo.hashArtifacts() > > seems like it is only used for logging. Surely w

Re: [release-plugin] TODOs

2018-05-30 Thread Rob Tompkins
> On May 30, 2018, at 2:40 PM, Gary Gregory wrote: > > Hi Rob: > > The > method > org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo.hashArtifacts() > seems like it is only used for logging. Surely we can log hashes the first > time we compute them. It looks like we ar

Re: [release-plugin] TODOs

2018-05-30 Thread Rob Tompkins
> On May 30, 2018, at 2:40 PM, Gary Gregory wrote: > > Hi Rob: > > The > method > org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo.hashArtifacts() > seems like it is only used for logging. Surely we can log hashes the first > time we compute them. It looks like we ar

Re: [release-plugin] TODOs

2018-05-30 Thread Gary Gregory
Hi Rob: The method org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo.hashArtifacts() seems like it is only used for logging. Surely we can log hashes the first time we compute them. It looks like we are computing them x2. Gary On Wed, May 30, 2018 at 10:49 AM, Gary Grego

Re: [release-plugin] TODOs

2018-05-30 Thread Gary Gregory
On Tue, May 29, 2018 at 2:11 PM, Gary Gregory wrote: > Hi Rob and All: > > I see the following TODOs before releasing 1.3: > > - Commit the site as is to the dist folder so that links in a VOTE email > work (like 'The CLIRR report is here). I am not sure we still need the site > zip. I am not sur

[release-plugin] TODOs

2018-05-29 Thread Gary Gregory
Hi Rob and All: I see the following TODOs before releasing 1.3: - Commit the site as is to the dist folder so that links in a VOTE email work (like 'The CLIRR report is here). I am not sure we still need the site zip. I am not sure we need to make that an option, needs feedback. - Match the dist