Skip to content

Commit 5732a41

Browse files
committed
Remove obsolete scripts/ directory
1 parent 5e94b0c commit 5732a41

File tree

8 files changed

+4
-154
lines changed

8 files changed

+4
-154
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
in ``shlex``. If ``supervisord`` is run on a Python version with the bug,
2020
it will fall back to legacy mode. Patch by Stefan Friesel.
2121

22+
- The old example scripts in the ``supervisor/scripts/`` directory of
23+
the package, which were largely undocumented, had no test coverage, and
24+
were last updated over a decade ago, have been removed.
25+
2226
4.3.0 (2025-08-23)
2327
------------------
2428

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ include LICENSES.txt
44
include README.rst
55
include tox.ini
66
include supervisor/version.txt
7-
include supervisor/scripts/*.py
87
include supervisor/skel/*.conf
98
recursive-include supervisor/tests/fixtures *.conf *.py
109
recursive-include supervisor/ui *.html *.css *.png *.gif

docs/logging.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ In this circumstance, :program:`supervisord` will emit a
192192
``PROCESS_COMMUNICATIONS_STDOUT`` event with data in the payload of
193193
"Hello!".
194194

195-
An example of a script (written in Python) which emits a process
196-
communication event is in the :file:`scripts` directory of the
197-
supervisor package, named :file:`sample_commevent.py`.
198-
199195
The output of processes specified as "event listeners"
200196
(``[eventlistener:x]`` sections) is not processed this way.
201197
Output from these processes cannot enter capture mode.

supervisor/scripts/loop_eventgen.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

supervisor/scripts/loop_listener.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

supervisor/scripts/sample_commevent.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

supervisor/scripts/sample_eventlistener.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

supervisor/scripts/sample_exiting_eventlistener.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)