Remove containerd-release tool from main repo

The release-tool is now located in the `containerd/project` repo.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes
2018-10-19 12:13:38 -04:00
parent 133ac5cd2a
commit 0dd3211a06
4 changed files with 1 additions and 689 deletions

View File

@@ -71,7 +71,7 @@ TEST_REQUIRES_ROOT_PACKAGES=$(filter \
)
# Project binaries.
COMMANDS=ctr containerd containerd-stress containerd-release
COMMANDS=ctr containerd containerd-stress
MANPAGES=ctr.1 containerd.1 containerd-config.1 containerd-config.toml.5
# Build tags seccomp and apparmor are needed by CRI plugin.