cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Octokit.NotFoundException when trying to get content of Cake.Recipe #193

Closed Jericho closed 3 years ago

Jericho commented 3 years ago

AddinDiscpoverer has been failing for a few days with the following exception: Octokit.NotFoundException: repos/cake-contrib/Cake.Recipe/contents/Cake.Recipe/Content was not found.

This exception occurs when we try to retrieve the content of Cake.Recipe so I'm guessing the *.cake files in this repo have been moved to a different location?

Anybody can confirm?

Jericho commented 3 years ago

Browsing through Cake.Recipe history, I see that indeed *.cake files were moved this past Monday: https://github.com/cake-contrib/Cake.Recipe/commit/87ccab60b22e43d353901c509316c5423c5e6a3e#diff-001115c8da4abe14b78df2bfdd652fcbce682dfb1b20c81fbe3fb4989631046c

Not a problem, I'll adjust the logic in the discoverer to match the new location for the cake build files.