Katello / katello-packaging

[DEPRECATED] Packaging for Katello
7 stars 33 forks source link

Fixes #21056 - find old hostname only in host of media path #538

Closed evgeni closed 6 years ago

theforeman-bot commented 6 years ago

Issues: #21056

evgeni commented 6 years ago

@johnpmitsch please have a look

johnpmitsch commented 6 years ago

Before hnc:

11 | kickstart2           | http://change-hostname-34-new.example.com/pulp/repos/Default_Organization/Lib...
12 | kickstart3           | http://another-change-hostname-34.example.com/pulp/repos/Default_Organization...
10 | local_kickstart      | http://change-hostname-34.example.com/pulp/repos/Default_Organization/Library...
9  | long fake mirror     | http://change-hostname-34.example.com/pulp/repos/Default_Organization/Library...

after hnc:

11 | kickstart2           | http://change-hostname-34-new.example.com/pulp/repos/Default_Organization/Lib...
12 | kickstart3           | http://another-change-hostname-34.example.com/pulp/repos/Default_Organization...
10 | local_kickstart      | http://changed34.example.com/pulp/repos/Default_Organization/Library/content/...
9  | long fake mirror     | http://changed34.example.com/pulp/repos/Default_Organization/Library/content/...

only the hostnames that matched the original hostname exactly were changed :+1: