Skip to content

Commit 2fb5e74

Browse files
Drop the ocs-utils container (#381)
* Drop the ocs-utils container This is long out of date and is likely superseded by using the simonsobs/ocs-pysmurf-agent image in a similar capacity. * Remove ocs_util page from docs index
1 parent 90cc862 commit 2fb5e74

File tree

8 files changed

+0
-155
lines changed

8 files changed

+0
-155
lines changed

.flake8

-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ aggressive = 2
1313
exclude =
1414
versioneer.py,
1515
docs/conf.py,
16-
per-file-ignores =
17-
docker/ocs-util/dot_jupyter/jupyter_server_config.py:F821

docker-compose.yml

-9
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,3 @@ services:
1515
build: ./docker/crossbar/
1616
depends_on:
1717
- "ocs"
18-
19-
# --------------------------------------------------------------------------
20-
# The ocs utility docker
21-
# --------------------------------------------------------------------------
22-
ocs-util:
23-
image: "ocs-util"
24-
build: ./docker/ocs-util/
25-
depends_on:
26-
- "ocs"

docker/ocs-util/Dockerfile

-18
This file was deleted.

docker/ocs-util/dot_jupyter/jupyter_server_config.py

-11
This file was deleted.

docker/ocs-util/requirements.txt

-9
This file was deleted.

docker/ocs-util/setup_sotodlib.sh

-14
This file was deleted.

docs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ write OCS Agents or Clients.
2424
user/logging
2525
user/ocs_web
2626
user/cli_tools
27-
user/ocs_util
2827

2928

3029
.. toctree::

docs/user/ocs_util.rst

-91
This file was deleted.

0 commit comments

Comments
 (0)