[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Wrong backports listing on website

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 30 Jul 2019 20:56:58 +0000

https://subversion.apache.org/docs/release-notes/#upcoming-patch-release still
shows 1.11.x changes rather than 1.12.x.

The "11" is hardcoded in two places:

- In the HTML source of site/publish/docs/release-notes/index.html (for the
  prose).

- In the Puppet manifest, [1], for the actual commands to use.

The immediate fix would be to patch both of these to say "12" rather
than "11". Then, we should either add this step to the new-minor-branch
checklist, or patch the above locations to determine the info
dynamically (for example, from the download page). In the latter case,
I assume we'll want to code it in such a way that it will show change
of the 1.12.x branch even whilst 1.13.0-rc1 is available for download.

Cheers,

Daniel

[1] https://github.com/apache/infrastructure-puppet/blob/157042c632f76c85b11411b71cef064c1193a2dc/modules/svnqavm_pvm_asf/manifests/init.pp#L67
Received on 2019-07-30 22:57:13 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.