Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extraneous Information in repolist.yml #19

Open
frobnitzem opened this issue Jul 9, 2021 · 0 comments
Open

Extraneous Information in repolist.yml #19

frobnitzem opened this issue Jul 9, 2021 · 0 comments

Comments

@frobnitzem
Copy link
Member

Reposcanner works repository-at-a-time, so its "currently scanned repository" and output files should be named after the repository url. Right now, project names and ID-s are stored inside ManagerRoutineTask - which must do a lot of work getting nameOrID and repoNameOrURL.

These are bad for reproducibility, since they depend on how we categorize the repository, rather than the repository itself.

To fix this, repolist.yml should only contain a list of urls. Then the function, prepareTasks in manager.py should just collect all the urls to scan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant