Skip to content

Commit

Permalink
Remove pdo-create-service-groups script
Browse files Browse the repository at this point in the history
The pdo-create-service-groups script was necessary to
load service groups on client startup. That functionality
can now be used far more flexibly with pdo-service-groups and
the pdo-[eps]service commands.

Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Apr 3, 2024
1 parent 07620e9 commit 3b30521
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 195 deletions.
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install: $(EGG_FILE)
@ . $(abspath $(DSTDIR)/bin/activate) && \
python3 setup.py install

$(EGG_FILE) : $(PYTHON_SOURCE) bin/pdo-invoke.psh bin/pdo-create.psh bin/pdo-create-service-groups.psh
$(EGG_FILE) : $(PYTHON_SOURCE) bin/pdo-invoke.psh bin/pdo-create.psh
@echo Build Distribution
@ . $(abspath $(DSTDIR)/bin/activate) && \
python3 setup.py bdist_egg
Expand Down
193 changes: 0 additions & 193 deletions client/bin/pdo-create-service-groups.psh

This file was deleted.

2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
key_dir = os.path.join(install_root_dir, "keys")

data_files = [
(bin_dir, [ 'bin/pdo-create.psh', 'bin/pdo-invoke.psh', 'bin/pdo-create-service-groups.psh' ]),
(bin_dir, [ 'bin/pdo-create.psh', 'bin/pdo-invoke.psh' ]),
(etc_dir, [ 'etc/sample_client.toml' ])
]

Expand Down

0 comments on commit 3b30521

Please sign in to comment.