LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

#97: also update search_for_repository function #102

Closed simevo closed 6 years ago

simevo commented 6 years ago

the function now first searches on salsa - only if no repo is found there it proceeds to also search on anonscm

TODO: the returned data structure does not carry information whether the repo was found on salsa or on anonscm; the consumer in npm2deb/scripts.py should be changed too if we also want to show / report that.

shanavas786 commented 6 years ago

Closes #97