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 Aug 27, 2020
1 parent 5cdcfc8 commit adaedcd
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 adaedcd

Please sign in to comment.