On Wed, May 9, 2018 at 12:06 PM, Matt Sicker <boa...@gmail.com> wrote:
> On 9 May 2018 at 12:11, Gary Gregory <garydgreg...@gmail.com> wrote: > > > Also, generating the VOTE email is a minor pain and error prone. I > usually > > mess up the "vote ends at this date and time" part. If we do this part, > we > > should probably only worry about git since we just VOTEd to move > everything > > from svn to git. > > > > How about just saying the vote will last at least 72 hours? Emails have > timestamps in them. ;) > Genius idea! :-) Another item would be to have ONE Maven call instead of SIX for: Update the download xml file > The download page on the website is created from the file > src/site/xdoc/download_{component}.xml. The XML file is created using mvn > commons:download-page [-Dcommons.release.version=m.n]. Check that the > changes (if any) are correct and commit the updated file. > Update the other autogenerated files > Various files are autogenerated using the commons build plugin. > > - CONTRIBUTING.md - mvn commons:contributing-md > > > - README.md - mvn commons:readme-md > > > - src/site/xdoc/issue-tracking.xml - mvn commons:jira-page > > > - src/site/xdoc/mail-lists.xml - mvn commons:mail-page > > Check that the changes (if any) are correct and commit the updated > file(s). Gary > > > -- > Matt Sicker <boa...@gmail.com> >