Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary Gregory
Hi all, The review kit is not quite right IMO: One must at least review the source zip or tar ball. Reviewing a checkout of the sources is useful for devs but that's not what we deliver from my understanding of Apache rules; we deliver source files (not an svn repo). Would it be possible to add to

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary D. Gregory
Here's my current issue:  ggregory@RS-PF3NRMLR  ~  rc  log4net-3.1.0  ❯ dotnet test ./src/log4net.sln Welcome to .NET 9.0! - SDK Version: 9.0.101 Telemetry - The .NET tools collect usage data in order to help us improve your experience. It is collected by Micros

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary Gregory
Ahhh! I see it now! Thank you. Gary On Thu, May 8, 2025, 08:39 Volkan Yazıcı wrote: > You *are* reviewing the source ZIP Jan will deliver at the end of the > release. See the `unzip` command in the review kit – for Windows, see > `Expand-Archive` command in the shared `verify-release.ps1` scrip

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Volkan Yazıcı
You *are* reviewing the source ZIP Jan will deliver at the end of the release. See the `unzip` command in the review kit – for Windows, see `Expand-Archive` command in the shared `verify-release.ps1` script. If I misunderstood your remark, would you mind elaborating it, please? On Thu, May 8, 202

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Jan Friedrich
See 2) Prerequisites (choco - *only in case of problems with winget*) Jan On May 8, 2025 3:07:19 PM GMT+02:00, "Gary D. Gregory" wrote: >Before I google myself down a rabbit hole... have you seen: > >winget install -e --id GnuPG.Gpg4win >Failed when searching source: winget >An unexpected error

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary D. Gregory
Before I google myself down a rabbit hole... have you seen: winget install -e --id GnuPG.Gpg4win Failed when searching source: winget An unexpected error occurred while executing the command: 0x8a15000f : Data required by the source is missing No packages were found among the working sources. Ga

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Gary Gregory
One day I'll learn how to read ALL the instructions 😉 Gary On Thu, May 8, 2025, 09:14 Jan Friedrich wrote: > See 2) Prerequisites (choco - *only in case of problems with winget*) > > Jan > > > On May 8, 2025 3:07:19 PM GMT+02:00, "Gary D. Gregory" < > ggreg...@apache.org> wrote: > >> Before I g

Re: [VOTE] Release Apache Log4net 3.1.0

2025-05-08 Thread Jan Friedrich
Hi Gary, thanks for reporting. There was a bug in verify-release.ps1 due to changes of the directory structure inside the zip file. I've fixed the script and uploaded the new version to svn. Can you do the following in 3.1.0? - svn cleanup --remove-unversioned - svn up - ./verify-release.ps1