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

Move all RS streamer to new naming convention #16

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft
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
6 changes: 2 additions & 4 deletions .github/workflows/docker_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
strategy:
matrix:
container:
- Houston-SSTV
- Houston-Direwolf
- Houston-UI
- Houston-Streamer
- MC-Core
- MC-UI

steps:
- name: Checkout repository
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ __pycache__

# Dev
.vscode
.env
_test
.pytest_cache
_build

# Prod
*prod*
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
[submodule "Houston-SSTV/streamer/external/cpp-mjpeg-streamer"]
path = Houston-SSTV/streamer/external/cpp-mjpeg-streamer
url = https://github.com/nadjieb/cpp-mjpeg-streamer.git
[submodule "Houston-Streamer/utils/robotstreamer"]
path = Houston-Streamer/utils/robotstreamer
url = https://github.com/robotstreamer/robotstreamer.git
32 changes: 0 additions & 32 deletions Houston-Direwolf/Dockerfile

This file was deleted.

Loading
Loading