Actions
Bug #24767
closedkatello-debug.sh still calls katello-service status rather than foreman-maintain
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Description
katello-debug.sh still calls -
---
add_cmd "katello-service status" "katello_service_status"
---
rather than using foreman-maintain to call the service status. This should be updated to something like
--
add_cmd "foreman-mainain service status" "foreman-maintain_service_status"
---
to be properly updated and use foreman-maintain
Updated by Paul Dudley over 6 years ago
- Found in Releases 1.19.1 added
- Found in Releases deleted (
1.18.0)
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/2914 added
Updated by Paul Dudley over 6 years ago
- Pull request deleted (
https://github.com/theforeman/foreman-packaging/pull/2914)
Updated by Paul Dudley over 6 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/2916 added
Updated by Paul Dudley over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman-packaging|45e7969c629aa3b0f5883e1de9e12869f7c1f1ad.
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Fixed in Releases 1.19.1, 1.20.0 added
Actions