On Thu, 8 Dec 2022 at 13:50, Gilles Sadowski <gillese...@gmail.com> wrote:
>
> Le jeu. 8 déc. 2022 à 14:13, Alex Herbert <alex.d.herb...@gmail.com> a écrit :
> >
> > On Thu, 8 Dec 2022 at 12:43, Gilles Sadowski <gillese...@gmail.com> wrote:
> > <!-- CUT -->
> > > >
> > > > > conf/parse-latest-release.py
> > > >
> > > > currently makes no changes.
> > >
> > > I've just run it, and it "downgrades"
> > >  * RNG (to 1.1)
> > >  * Collections (to 4.1)
> > >
> > > :-?
> >
> > That is strange.
> >
> > The script shebang uses env to pick the python version. My version is:
> >
> > /usr/bin/env python --version
> > Python 2.7.17
> >
> > But it also works with:
> >
> > python3 --version
> > Python 3.6.9
> >
> > Perhaps you do not have the latest doap files. Run 'svn update' from
> > the trunk folder
>
> I had done that, to no avail.
>
> > or checkout clean again.
>
> I did that; it now works.

Good to know.

I checked the index.html for the staging and live site and the
differences are minor:

svn co --depth files
https://svn.apache.org/repos/infra/websites/production/commons/content/
svn co --depth files
https://svn.apache.org/repos/infra/websites/staging/commons/trunk/content
content2
diff content/index.html content2/index.html

< <td>2021-07-12</td></tr>
---
> <td>2022-11-01</td></tr>
559,560c559,560
< <td><a class="externalLink"
href="https://search.maven.org/artifact/org.apache.commons/commons-jexl3/3.2/jar";
rel="nofollow">
<                         <img
src="https://img.shields.io/maven-central/v/org.apache.commons/commons-jexl3";
alt="3.2" style="max-wid
th:100%;" /></a></td>
---
> <td><a class="externalLink" 
> href="https://search.maven.org/artifact/org.apache.commons/commons-jexl3/3.2.1/jar";
>  rel="nofollow">
>                         <img 
> src="https://img.shields.io/maven-central/v/org.apache.commons/commons-jexl3"; 
> alt="3.2.1" style="max-w
idth:100%;" /></a></td>
562c562
< <td>2021-06-07</td></tr>
---
> <td>2021-06-25</td></tr>

The date is for compress. The version difference for jexl.

There may have been a generation or transfer error somewhere so I've
directly commited the correct index file.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to