feat(worker): rename service and package to libretime-worker (#2065)
BREAKING CHANGE: The `libretime-celery` python package and service was renamed to `libretime-worker`. Make sure to remove the old python package and service.
This commit is contained in:
parent
a9cd1fb3df
commit
2edbf15bf4
12 changed files with 35 additions and 21 deletions
|
@ -78,9 +78,10 @@ sudo pip3 uninstall \
|
|||
libretime-analyzer \
|
||||
libretime-api \
|
||||
libretime-api-client \
|
||||
libretime-celery \
|
||||
libretime-playout \
|
||||
libretime-shared \
|
||||
libretime-celery
|
||||
libretime-worker
|
||||
|
||||
# Check if we forgot old python packages.
|
||||
# Remove packages that show up with this commands.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue