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

Drop calling external utilities where possible #47

Closed
AMDmi3 opened this issue Oct 3, 2016 · 3 comments
Closed

Drop calling external utilities where possible #47

AMDmi3 opened this issue Oct 3, 2016 · 3 comments

Comments

@AMDmi3
Copy link
Member

AMDmi3 commented Oct 3, 2016

wget -> python requests; gzip/bzip?

@alexws54tk
Copy link

Maybe this info will help.

@AMDmi3
Copy link
Member Author

AMDmi3 commented Oct 19, 2016

I've already converted most of the code (mostly FileFetcher actually), the only place left is ArchDBFetcher which calls wget and tar. Should rewrite that place to tarfile, thanks for the link.

@AMDmi3
Copy link
Member Author

AMDmi3 commented Mar 13, 2019

I've recently got rid of wget, however we still use rsync, git and svn (and most nasty macports' TCL script), and I don't think we can replace them. tar is also still used, transition to tarfile is tracked in #701.

@AMDmi3 AMDmi3 closed this as completed Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants