Re: Deleting older releases from svn?

2019-09-05 Thread Matt Sicker
Plus the old releases would still technically be available via the subversion history. On Thu, 5 Sep 2019 at 02:24, Jaikiran Pai wrote: > > > On 05/09/19 12:36 PM, Stefan Bodewig wrote: > > On 2019-09-05, Jaikiran Pai wrote: > > > >> One of the steps that I haven't yet done as a release manager i

[ANNOUNCE] Apache Ant 1.10.7 released

2019-09-05 Thread Jaikiran Pai
The Apache Ant Team is pleased to announce the release of Apache Ant 1.10.7. Apache Ant is a Java library and command-line tool that helps building software. The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java 5 at runtime and 1.10.x requires Java 8 a

Re: [ant] branch master updated: Clarify the snapcraft release command

2019-09-05 Thread Paul King
For Groovy we use a single command but as part of push with multiple --release options, something like: snapcraft push --release=3.0/beta --release=beta groovy_3.0.0-beta-3_all.snap On Thu, Sep 5, 2019 at 5:08 PM Stefan Bodewig wrote: > On 2019-09-05, wrote: > > > -$ snapcraft release ant

Re: Deleting older releases from svn?

2019-09-05 Thread Jaikiran Pai
On 05/09/19 12:36 PM, Stefan Bodewig wrote: > On 2019-09-05, Jaikiran Pai wrote: > >> One of the steps that I haven't yet done as a release manager is, >> deleting the older releases from our svn repo at >> dist/release/ant[binaries/sources/manual]. The release instructions say >> that it's as si

Re: [ant] branch master updated: Clarify the snapcraft release command

2019-09-05 Thread Jaikiran Pai
Hi Stefan, On 05/09/19 12:38 PM, Stefan Bodewig wrote: > On 2019-09-05, wrote: > >> -$ snapcraft release ant REVISION latest/stable 1.10/stable >> +$ snapcraft release ant REVISION latest/stable >> +$ snapcraft release ant REVISION 1.10/stable > I'm pretty sure I've done it with the s

Re: [ant] branch master updated: Clarify the snapcraft release command

2019-09-05 Thread Stefan Bodewig
On 2019-09-05, wrote: > -$ snapcraft release ant REVISION latest/stable 1.10/stable > +$ snapcraft release ant REVISION latest/stable > +$ snapcraft release ant REVISION 1.10/stable I'm pretty sure I've done it with the single command when I published 1.10.6, but I may be wrong. Also

Re: Deleting older releases from svn?

2019-09-05 Thread Stefan Bodewig
On 2019-09-05, Jaikiran Pai wrote: > One of the steps that I haven't yet done as a release manager is, > deleting the older releases from our svn repo at > dist/release/ant[binaries/sources/manual]. The release instructions say > that it's as simple as "svn rm". But before doing that I wanted to c