From 740d15736e826f95dbc7a8b324ad81feee092a15 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Fri, 27 Sep 2024 10:33:19 +0200 Subject: [PATCH] Makefile bundle channels always needed Signed-off-by: Eguzki Astiz Lezaun --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 15d37c2fa..aee6192cd 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,7 @@ VERSION ?= 0.0.0 # - use the CHANNELS as arg of the bundle target (e.g make bundle CHANNELS=candidate,fast,stable) # - use environment variables to overwrite this value (e.g export CHANNELS="candidate,fast,stable") CHANNELS ?= alpha -ifneq ($(origin CHANNELS), undefined) BUNDLE_CHANNELS := --channels=$(CHANNELS) -endif # DEFAULT_CHANNEL defines the default channel used in the bundle. # Add a new line here if you would like to change its default config. (E.g DEFAULT_CHANNEL = "stable")