Skip to content
Open
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
20 changes: 2 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spock.control: spock.control.in include/spock.h
sed 's/__SPOCK_VERSION__/$(spock_version)/;s/__REQUIRES__/$(requires)/' $(realpath $(srcdir)/spock.control.in) > $(control_path)


all: spock.control spockctrl
all: spock.control

# -----------------------------------------------------------------------------
# Regression tests
Expand Down Expand Up @@ -112,22 +112,6 @@ endef
check_prove:
$(prove_check)

# -----------------------------------------------------------------------------
# SpockCtrl
# -----------------------------------------------------------------------------
spockctrl:
$(MAKE) -C $(srcdir)/utils/spockctrl

clean: clean-spockctrl

clean-spockctrl:
$(MAKE) -C $(srcdir)/utils/spockctrl clean

install: install-spockctrl

install-spockctrl:
$(MAKE) -C $(srcdir)/utils/spockctrl install

# -----------------------------------------------------------------------------
# Dist packaging
# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -163,7 +147,7 @@ git-dist: dist-common
# -----------------------------------------------------------------------------
# PHONY targets
# -----------------------------------------------------------------------------
.PHONY: all check regresscheck spock.control spockctrl clean clean-spockctrl \
.PHONY: all check regresscheck spock.control clean \
dist git-dist check_prove valgrind-check

define _spk_create_recursive_target
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- [Modifying a Cluster](docs/modify/index.md)
- [Monitoring your Cluster](docs/monitoring/index.md)
- [Spock Functions](docs/spock_functions/index.md)
- [Using spockctrl Management Functions](docs/modify/spockctrl/index.md)
- [Release Notes](docs/spock_release_notes.md)
- [Limitations](docs/limitations.md)
- [FAQ](docs/FAQ.md)
Expand Down
4 changes: 0 additions & 4 deletions docs/modify/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ There are several tools and scripts you can use to add a node to a cluster; the

[pgBackRest](add_node_pgbackrest.md) is an open-source tool that you can use add a node to a replicating cluster with minimal interruption.

* **Use Spockctrl to manage aspects of your Spock replication setup.**

The [Spockctrl utility](../modify/spockctrl/index.md) is appropriate for use in production clusters that can't be taken out of production.

134 changes: 0 additions & 134 deletions docs/modify/spockctrl/index.md

This file was deleted.

Loading