From edcd508bfd519011876996428f7a155fbd733a98 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 2 Jul 2024 10:09:38 -0400 Subject: [PATCH] makefile: remove nautilus CEPH_VERSION Remove nautilus from the make file's "known ceph codenames". This change goes along with the removal of nautilus from the CI as the makefile is really only used by developers/contributors and not by codebases that use go-ceph. Signed-off-by: John Mulligan --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index d5727e5..579c0cd 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,6 @@ ifeq ($(CONTAINER_CMD),) CONTAINER_CMD:=$(shell podman version >/dev/null 2>&1 && echo podman) endif -ifeq ($(CEPH_VERSION),nautilus) - CEPH_TAG := v14 -endif ifeq ($(CEPH_VERSION),octopus) CEPH_TAG := v15 endif