Skip to content

Commit

Permalink
Remove bodhi-manage-releases
Browse files Browse the repository at this point in the history
Fixes #2420

Signed-off-by: Sebastian Wojciechowski <[email protected]>
  • Loading branch information
sebwoj committed Dec 11, 2018
1 parent 9b02efa commit 2e3970c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 242 deletions.
48 changes: 0 additions & 48 deletions bodhi/server/scripts/manage_releases.py

This file was deleted.

59 changes: 0 additions & 59 deletions bodhi/tests/server/scripts/test_manage_releases.py

This file was deleted.

2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@
['Randy Barlow'], 1),
('user/man_pages/bodhi-dequeue-stable', 'bodhi-dequeue-stable',
u'move batched updates to stable', ['Randy Barlow'], 1),
('user/man_pages/bodhi-manage-releases', 'bodhi-manage-releases', u'manage releases',
['Randy Barlow'], 1),
('user/man_pages/bodhi-monitor-composes', 'bodhi-monitor-composes', u'display a compose report',
['Randy Barlow'], 1),
('user/man_pages/bodhi-push', 'bodhi-push', u'push Fedora updates', ['Randy Barlow'], 1),
Expand Down
130 changes: 0 additions & 130 deletions docs/user/man_pages/bodhi-manage-releases.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/user/man_pages/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Man pages
bodhi-clean-old-mashes
bodhi-dequeue-stable
bodhi-expire-overrides
bodhi-manage-releases
bodhi-monitor-composes
bodhi-push
bodhi-sar
Expand Down
2 changes: 1 addition & 1 deletion docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ Features
* The :doc:`update_states` are now documented (:commit:`6f4a48a4`).
* A :doc:`testing` doc was written (:commit:`f1f2d011`).
* A man page for :doc:`man_pages/bodhi-expire-overrides` was written (:commit:`e4402a32`).
* A man page for :doc:`man_pages/bodhi-manage-releases` was written (:commit:`84d01668`).
* A man page for ``bodhi-manage-releases`` was written (:commit:`84d01668`).
* Update status and request fields are now indexed for more performant searching
(:commit:`768ccb6c`).
* ``updateinfo.xml`` now includes the severity level on security updates (:commit:`8c9c1bf9`).
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def get_requirements(requirements_file='requirements.txt'):
bodhi-monitor-composes = bodhi.server.scripts.monitor_composes:monitor
bodhi-untag-branched = bodhi.server.scripts.untag_branched:main
bodhi-approve-testing = bodhi.server.scripts.approve_testing:main
bodhi-manage-releases = bodhi.server.scripts.manage_releases:main
bodhi-check-policies = bodhi.server.scripts.check_policies:check
bodhi-skopeo-lite = bodhi.server.scripts.skopeo_lite:main
bodhi-sar = bodhi.server.scripts.sar:get_user_data
Expand Down

0 comments on commit 2e3970c

Please sign in to comment.