Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "core: create Major Tom" #2201

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion core/services/install-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ SERVICES=(
ping
versionchooser
wifi
major_tom
)

# We need to install loguru, appdirs and pydantic since they may be used inside setup.py
Expand Down
85 changes: 0 additions & 85 deletions core/services/major_tom/main.py

This file was deleted.

14 changes: 0 additions & 14 deletions core/services/major_tom/setup.py

This file was deleted.

Empty file.
137 changes: 0 additions & 137 deletions core/services/major_tom/src/core.py

This file was deleted.

48 changes: 0 additions & 48 deletions core/services/major_tom/src/metrics.py

This file was deleted.

59 changes: 0 additions & 59 deletions core/services/major_tom/src/typedefs.py

This file was deleted.

1 change: 0 additions & 1 deletion core/start-blueos-core
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ SERVICES=(
'nginx',"nice -18 nginx -g \"daemon off;\" -c $TOOLS_PATH/nginx/nginx.conf"
'log_zipper',"nice -20 $SERVICES_PATH/log_zipper/main.py '/shortcuts/system_logs/**/*.log' --max-age-minutes 60"
'bag_of_holding',"$SERVICES_PATH/bag_of_holding/main.py"
'major_tom',"$SERVICES_PATH/major_tom/main.py"
)

tmux -f /etc/tmux.conf start-server
Expand Down