Skip to content

Commit

Permalink
Remove bodhi-monitor-composes
Browse files Browse the repository at this point in the history
Fixes fedora-infra#2171

Signed-off-by: Sebastian Wojciechowski <[email protected]>
  • Loading branch information
sebwoj authored and bowlofeggs committed Jan 15, 2019
1 parent 78609b5 commit 126b68d
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 171 deletions.
43 changes: 0 additions & 43 deletions bodhi/server/scripts/monitor_composes.py

This file was deleted.

83 changes: 0 additions & 83 deletions bodhi/tests/server/scripts/test_monitor_composes.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +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-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),
('user/man_pages/initialize_bodhi_db', 'initialize_bodhi_db', u'intialize bodhi\'s database',
Expand Down
10 changes: 5 additions & 5 deletions docs/user/3.x_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -957,11 +957,11 @@ Features
* There is now a man page for :doc:`man_pages/bodhi-dequeue-stable`.
* The composer backend no longer uses lock files, but instead stores its state in the database. This
is a mix of feature, bug fix, and refactor. The feature is that there is now a
:doc:`man_pages/bodhi-monitor-composes` CLI tool that allows admins to monitor the progress of
running composes. This also fixed a few bugs in the process, such as allowing users to comment on
updates while they are being composed. More than anything, it is a refactor as it allows us to add
a compose management API which will enable Fedora to add container support to Bodhi in the future
(:issue:`717`, :issue:`1245`, :issue:`2014`).
``bodhi-monitor-composes`` CLI tool that allows admins to monitor the progress of running composes.
This also fixed a few bugs in the process, such as allowing users to comment on updates while they
are being composed. More than anything, it is a refactor as it allows us to add a compose management
API which will enable Fedora to add container support to Bodhi in the future (:issue:`717`,
:issue:`1245`, :issue:`2014`).


Bugs
Expand Down
37 changes: 0 additions & 37 deletions docs/user/man_pages/bodhi-monitor-composes.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-monitor-composes
bodhi-push
bodhi-sar
bodhi-shell
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 @@ -15,6 +15,7 @@ Backwards incompatible changes
* 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`).
* The ``bodhi-monitor-composes`` script has been removed (:issue:`2171`).


Dependency changes
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def get_requirements(requirements_file='requirements.txt'):
bodhi-dequeue-stable = bodhi.server.scripts.dequeue_stable:dequeue_stable
bodhi-push = bodhi.server.push:push
bodhi-expire-overrides = bodhi.server.scripts.expire_overrides:main
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-check-policies = bodhi.server.scripts.check_policies:check
Expand Down

0 comments on commit 126b68d

Please sign in to comment.