Actions
Bug #25318
closed"source_url" on repo sync is not passed to Pulp
Description
If you attempt to do a Katello repo sync with the "source_url" parameter, this param is not passed through to Pulp. This results in either an RPM10005 error, or syncing from the wrong location.
For example:
hammer repository synchronize --id 1 --source-url 'file:///tmp/repo/'
expected result: sync from /tmp/repo
actual result: syncs from existing feed URL on repo, or if repo is not set, RPM1005 error is raised.
Actions