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 authored and mergify[bot] committed Jan 14, 2019
1 parent 8b9ce0e commit 78609b5
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 240 deletions.
47 changes: 0 additions & 47 deletions bodhi/server/scripts/manage_releases.py

This file was deleted.

58 changes: 0 additions & 58 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
2 changes: 1 addition & 1 deletion docs/user/3.x_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,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
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
1 change: 1 addition & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is a major release with many backwards incompatible changes.
Backwards incompatible changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* The ``bodhi-manage-releases`` script has been removed (:issue:`2420`).
* Integration with pkgdb is no longer supported (:issue:`1970`).
* Bodhi server no longer supports Python 2. Python 3 is the only supported Python release
(:issue:`2759`).
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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 78609b5

Please sign in to comment.