Skip to content

Commit

Permalink
Move the build canceller to a separate package from the manager.
Browse files Browse the repository at this point in the history
Since it only interacts with the orchestrator to signal a cancelled
build, move it to a separate package.
  • Loading branch information
kleesc committed Sep 8, 2020
1 parent 70e31de commit c9b441a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Expand Up @@ -26,7 +26,7 @@
)

from avatars.avatars import Avatar
from buildman.manager.buildcanceller import BuildCanceller
from buildman.canceller import BuildCanceller
from data import database
from data import model
from data import logs_model
Expand Down
Empty file added buildman/canceller/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c9b441a

Please sign in to comment.