Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fix bug that hardcoded the SUMA product tree URL to 'scc.suse.com' even if a different host was specified in the RMT configuration file.
How to test
Edit
config/rmt.local.yml
and changescc.host
to point to a different host thanhttps://scc.suse.com/connect
, e.g.:http://localhost:3000/connect
On the project root directory, run
bin/rmt-cli mirror --debug
. If the command succeeds in downloading the SUMA product tree, it should print a similar output:Verify that the output shows the SUMA product tree is downloaded from the same host as specified in the RMT configuraion file.
Change Type
Please select the correct option.
Checklist
Please check off each item if the requirement is met.
MANUAL.md
file with any changes to the user experience.package/obs/rmt-server.changes
.Review
Please check out our review guidelines
and get in touch with the author to get a shared understanding of the change.