Skip to content

Commit

Permalink
Makefile: Update flavors for stable-4.0
Browse files Browse the repository at this point in the history
The stable-4.0 branch should only build nautilus release.

Signed-off-by: Dimitri Savineau <[email protected]>
  • Loading branch information
dsavineau committed Jul 5, 2019
1 parent 67f0f18 commit 6107a9d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@

# When updating these defaults, be sure to check that ALL_BUILDABLE_FLAVORS is updated
FLAVORS ?= \
luminous,centos,7 \
mimic,centos,7 \
nautilus,centos,7 \
master,centos,7
nautilus,centos,7

TAG_REGISTRY ?= ceph

Expand All @@ -44,11 +41,7 @@ include maint-lib/makelib.mk

# All flavor options that can be passed to FLAVORS
ALL_BUILDABLE_FLAVORS := \
luminous,centos,7 \
luminous,opensuse,42.3 \
luminous,debian,9 \
mimic,centos,7 \
master,centos,7
nautilus,centos,7

# ==============================================================================
# Build targets
Expand Down

0 comments on commit 6107a9d

Please sign in to comment.