Actions
Bug #13501
closedRepository url gets set to nil on update
Description
$ h repository create --product-id 1 --name zooldr --url "https://davidd.fedorapeople.org/repos/zoo-lander/" --content-type yum --download-policy on_demand Repository created $ h repository update --id 2 --checksum-type sha1 Repository updated $ h repository info --id 2 ... ID: 2 Name: zooldr Label: zooldr Organization: Default Organization Red Hat Repository: no Content Type: yum Checksum Type: sha1 URL: Publish Via HTTP: yes Published At: http://katello-2-8-dev.example.com/pulp/repos/Default_Organization/Library/custom/Test/zooldr ...
Confirmed that the CLI is sending the correct/expected params via -d.
Looks like the offending line is here:
Note the following code:
[10] pry(main)> repo_params = {:checksum => "blah"} { :checksum => "blah" } [11] pry(main)> repo_params[:url].blank? true
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 86 to 144
Updated by David Davis over 8 years ago
- Status changed from New to Resolved
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 144 to 86
Actions