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

Kill wreck and other unused code #1988

Merged
merged 22 commits into from
Feb 13, 2019
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ Common commands from flux-core:
start bootstrap a local Flux instance
submit submit job requests to a scheduler
user Flux user database client
wreck Flux wreck convenience utilities
wreckrun Flux utility for remote execution
```

Most of these have UNIX manual pages as `flux-<sub-command>(1)`,
Expand Down
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,8 @@ AC_CONFIG_FILES( \
src/common/libflux/Makefile \
src/common/libflux/version.h \
src/common/libkvs/Makefile \
src/common/libkz/Makefile \
src/common/libjsc/Makefile \
src/common/libjob/Makefile \
src/common/libzio/Makefile \
src/common/libsubprocess/Makefile \
src/common/libcompat/Makefile \
src/common/liboptparse/Makefile \
src/common/libidset/Makefile \
src/common/libtomlc99/Makefile \
Expand All @@ -416,7 +412,6 @@ AC_CONFIG_FILES( \
src/modules/kvs-watch/Makefile \
src/modules/content-sqlite/Makefile \
src/modules/barrier/Makefile \
src/modules/wreck/Makefile \
src/modules/cron/Makefile \
src/modules/aggregator/Makefile \
src/modules/pymod/Makefile \
Expand Down
10 changes: 2 additions & 8 deletions doc/man1/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ MAN1_FILES_PRIMARY = \
flux-keygen.1 \
flux-logger.1 \
flux-ping.1 \
flux-submit.1 \
flux-wreckrun.1 \
flux-wreck.1 \
flux-start.1 \
flux-module.1 \
flux-exec.1 \
Expand All @@ -23,8 +20,7 @@ MAN1_FILES_PRIMARY = \
flux-proxy.1 \
flux-cron.1 \
flux-user.1 \
flux-event.1 \
flux-hostlist.1
flux-event.1

# These files are generated as roff .so includes of a primary page.
# A2X handles this automatically if mentioned in NAME section
Expand Down Expand Up @@ -60,8 +56,6 @@ stderr_devnull_0 = 2>/dev/null
EXTRA_DIST = \
$(ADOC_FILES) \
COPYRIGHT.adoc \
NODESET.adoc \
wreck-options.adoc \
wreck-extra-options.adoc
NODESET.adoc

CLEANFILES = $(MAN1_FILES) $(XML_FILES)
57 changes: 0 additions & 57 deletions doc/man1/flux-hostlist.adoc

This file was deleted.

6 changes: 0 additions & 6 deletions doc/man1/flux-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ shell as the initial program:

srun --pty -N8 flux start

Launch an 8-way Flux instance under Flux, with /bin/true as
the initial program:

flux wreckrun -N8 flux start /bin/true


AUTHOR
------
This page is maintained by the Flux community.
Expand Down
55 changes: 0 additions & 55 deletions doc/man1/flux-submit.adoc

This file was deleted.

177 changes: 0 additions & 177 deletions doc/man1/flux-wreck.adoc

This file was deleted.

Loading