commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Sanity checks of the source data #41

Open julianharty opened 3 months ago

julianharty commented 3 months ago

Context

We receive a file in tsv format (see #10) which contains one or more rows of data about projects NLnet has funded. Some of the URLs intended to map to codebases do not actually map to code repositories e.g. they may map to the owner of various repos on github.com. #11 discusses what we could do when we find these instances.

Therefore it's worth sanity checking the URLs instead of blindly making requests to the online repo hosting services and catching & reporting problems early. This may then enable NLnet to revise the source data so it has links to the appropriate repositories.

julianharty commented 2 months ago

Will be addressed as part of #53.