chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

Requirement: Make sure all dependencies exist on Chocolatey.org #89

Open gep13 opened 8 years ago

gep13 commented 8 years ago

This really stems from this package:

https://chocolatey.org/packages/Internode_Monthly_Usage_Meter/8.6.3

Which has a dependency on SampleDependency, which is a package that doesn't exist. We either need to check explicitly for that dependency name, or we need to go further and check that a package with that name actually exists.

ferventcoder commented 8 years ago

Also created #90.

ferventcoder commented 8 years ago

This one may get tricky - need to validate against submitted as well.