chocolatey-community / chocolatey-packages

Chocolatey Community Maintainers Team Packages - packages that are managed and maintained by core community team for community package repository (https://community.chocolatey.org/packages)
https://community.chocolatey.org/profiles/chocolatey-community
Apache License 2.0
435 stars 374 forks source link

(tortoisesvn) Fix finding download URL from SourceForge #2446

Open WhereTheTimeWent opened 3 months ago

WhereTheTimeWent commented 3 months ago

The current attempt of finding the download URL on SourceForge for TortoiseSVN doesn't work anymore. It now gets the URL by checking data-release-url for "downloads.sourceforge.net".

How Has this Been Tested?

I tested it with VSCode. It returned downloadable URLs. They were both downloadable with Firefox and System.Net.WebClient (PowerShell). I also ran Update-Package and it completed without errors.

Types of changes

Checklist:

AppVeyorBot commented 3 months ago

:x: Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look.

AppVeyorBot commented 3 months ago

:white_check_mark: Package verification completed without issues. PR is now pending human review

AppVeyorBot commented 3 months ago

:white_check_mark: Package verification completed without issues. PR is now pending human review

AppVeyorBot commented 3 months ago

:white_check_mark: Package verification completed without issues. PR is now pending human review

WhereTheTimeWent commented 3 months ago

Sorry for this mess. Not new to PowerShell, but new to AU and pull requests. We should now have a reliable way of updating TortoiseSVN.

AppVeyorBot commented 3 weeks ago

:x: Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look.

JPRuskin commented 3 weeks ago

image

Given that error, I'm going to trigger the build by pushing and removing a commit. Sorry for the noise.

AppVeyorBot commented 3 weeks ago

:x: Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look.

AppVeyorBot commented 3 weeks ago

:x: Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look.

AppVeyorBot commented 3 weeks ago

:x: Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look.

WhereTheTimeWent commented 3 weeks ago

Are there problems with my change? Update-Package and Test-Package run without issues on my end and download/install the latest version 1.14.7.29687.

JPRuskin commented 3 weeks ago

Are there problems with my change?

Not at all.

All works fine on my end too - I'm just trying to chase down the reason we're getting that failure on the AppVeyor build. It's an odd one as a) it's not a package that's in the dependency chain from TortoiseSVN and b) it's not failing in other builds yesterday/today.

pauby commented 1 week ago

@JPRuskin did you find any more on this?