-
Notifications
You must be signed in to change notification settings - Fork 621
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 http sync #478
Drop http sync #478
Conversation
Now that rsync is the only availabl method and it is therefore mandatory, remove any handling of method selection via FIXED_METHOD. This simplifies some code parts.
The community sync routine is simplified. The check for rsync availability is done always priot to calling this function. Whioe doing tests, found out the help should mention exit code for selftest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wait with applying this PR.
@bjoernricks and I have agreed to go ahead with removing the sync scripts
The comment #478 (comment) from @cfi-gb should be considered in another pr |
A new PR for the suggestion #478 (comment) open: #488 |
Official announcement for this change: https://community.greenbone.net/t/shutting-down-gcf-http-download/5339 |
This removes wget and curl options for feed download.
These methods always download the entire feed instead of just the delta like rsync does.
The command line options --rsync, --curl and --wget are removed.