Re: Proposal to add "release requirements" check

2021-11-07 Thread Justin Mclean
Hi, > Purging old releases needs at least two data sources: > - the list of files on downloads.apache.org > (or the dist.a.o source). > This is trivial to obtain. > - the list of current versions for each release. This is the most > difficult part. The check dist

Re: Proposal to add "release requirements" check

2021-11-07 Thread sebb
On Sun, 7 Nov 2021 at 21:21, Jarek Potiuk wrote: > > I (and Craig I guess) were discussing the whole solution - which also > includes cleaning download artifacts. Purging old releases needs at least two data sources: - the list of files on downloads.apache.org (or the dist.a.o source). This is

Re: Proposal to add "release requirements" check

2021-11-07 Thread Jarek Potiuk
I (and Craig I guess) were discussing the whole solution - which also includes cleaning download artifacts. You incorrectly assumed that this thread is only about the release page (see the original message of mine). However, thanks for being as usual vigilant and pointing out every possibly

Re: Proposal to add "release requirements" check

2021-11-07 Thread sebb
AFAICT there is only one case to handle. The reporter tool lists recent releases. Each such release must have an associated download page. Whether there are multiple download pages or a shared one does not matter in this context. On Sun, 7 Nov 2021 at 20:20, Jarek Potiuk wrote: > > Yep. Those

Re: Proposal to add "release requirements" check

2021-11-07 Thread Jarek Potiuk
Yep. Those are all valid concerns and I will look into how we could handle those complexities. Hopefully there will be only a handful of various cases :D On Sun, Nov 7, 2021 at 9:17 PM Craig Russell wrote: > > Hi Jarek, > > I think that updating the reporter tool to check for a conformant

Re: Proposal to add "release requirements" check

2021-11-07 Thread Craig Russell
Hi Jarek, I think that updating the reporter tool to check for a conformant download(s) page is a great idea. I encourage you to see how to incorporate that check into the tool. I agree with you that sending out mass mailings is probably not going to result in changes in behavior. Only

Re: Proposal to add "release requirements" check

2021-11-07 Thread Jarek Potiuk
Hello, anyone else has an opinion :) ? On Fri, Nov 5, 2021 at 12:04 AM Jarek Potiuk wrote: > > Oh cool :) > > On Fri, Nov 5, 2021 at 12:01 AM Justin Mclean > wrote: > > > > Hi, > > > > I've written some Python scripts to check download pages and release areas > > for incubating projects. [1]