Actions
Bug #19671
closedIncorrect URL path to foreman-release.rpm in multiple Katello documentation locations
Difficulty:
Triaged:
Updated by Jason Nance over 7 years ago
- Pull request https://github.com/theforeman/theforeman.org/pull/879 added
Added pull request with fix
Updated by Jason Nance over 7 years ago
Per @Lukas Zapletal there are multiple other places this should be fixed:
2.4/installation/index.md:yum -y localinstall http://yum.theforeman.org/{{ page.foreman_version }}/el6/x86_64/foreman-release.rpm 2.4/installation/index.md:yum -y localinstall http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm 2.4/upgrade/capsule.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el6/x86_64/foreman-release.rpm 2.4/upgrade/capsule.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm 3.0/upgrade/capsule.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el6/x86_64/foreman-release.rpm 3.0/upgrade/capsule.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm 3.3/upgrade/smart_proxy.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm 3.4/upgrade/index.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm 3.4/upgrade/smart_proxy.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm nightly/upgrade/index.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm nightly/upgrade/smart_proxy.md: yum update -y http://yum.theforeman.org/{{ page.foreman_version }}/el7/x86_64/foreman-release.rpm
...working on it.
Updated by Jason Nance over 7 years ago
- Subject changed from Incorrect URL path to foreman-release.rpm in 3.3 Smart Proxy upgrade process to Incorrect URL path to foreman-release.rpm in multiple Katello documentation locations
Updated by Jason Nance over 7 years ago
- Pull request https://github.com/theforeman/theforeman.org/pull/880 added
New pull request for additional locations that needed the fix
Updated by Lukas Zapletal over 7 years ago
- Project changed from Website to Katello
- Category set to Documentation
Thanks.
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 228
Actions