-
Notifications
You must be signed in to change notification settings - Fork 18
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
Added Support for Debian Packages. #89
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Jay <jaykumar20march@gmail.com>
@pombredanne debian-inspector==30.0.0 is already there in requirments.txt https://github.com/nexB/fetchcode/blob/master/requirements.txt#L16 |
@35C4n0r I think you have to add it to https://github.com/nexB/fetchcode/blob/master/setup.cfg#L53 if you're importing it, this is what's used when installing. Requirements is only used for constraints https://github.com/nexB/fetchcode/blob/master/configure#L31 |
and requirements.txt. Signed-off-by: Jay <jaykumar20march@gmail.com>
Signed-off-by: Jay <jaykumar20march@gmail.com>
Signed-off-by: Jay <jaykumar20march@gmail.com>
…e identified as they can end with either .gz or .xz. Signed-off-by: Jay <jaykumar20march@gmail.com>
Signed-off-by: Jay <jaykumar20march@gmail.com>
Signed-off-by: Jay <jaykumar20march@gmail.com>
Signed-off-by: Jay <jaykumar20march@gmail.com>
@AyanSinhaMahapatra any idea why the checks are not running for 33e78dc ? |
Added package registry support for Debian. Closes #49
Changes:
Signed-off-by: Jay jaykumar20march@gmail.com