-
-
Notifications
You must be signed in to change notification settings - Fork 404
Mirror api #166
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
Mirror api #166
Conversation
|
I believe this is really good start (thanks, @lebauce), but it would require more work on downloading part: it is not great that downloading happens while mirror update call is running. Probably there should be some separate API to control download progress/status. I would move this to 0.10 so that 0.9 would happen sooner or later. |
|
Concerning the download progress/status challenge: An experimental and unfinished implementation you can find here https://github.com/sliverc/aptly/tree/queuing_api Open tasks I am currently working on:
This is an idea on how to approach the issue of long API calls which would make it possible to implement this mirror api PR more easily. |
|
I am quite eager for a mirrors api, is this generally safe to use? Should updating a mirror via this API be avoided or is it simply a sub-optimal interface to the long running process? |
|
I didn't check the code, I think the biggest issue |
|
Closing in favor of #573 |
No description provided.