From d5280dc9d212c161a059286e2513c01137959f90 Mon Sep 17 00:00:00 2001 From: Grische <2787581+grische@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:02:54 +0100 Subject: [PATCH] Makefile: remove next branch from build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f9ffc3..0e9bd1e 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ else # only run for specific gluon devices (works only for a single GLUON_TARGET endif manifest: build - for branch in next experimental testing stable; do \ + for branch in experimental testing stable; do \ ${GLUON_MAKE} manifest GLUON_AUTOUPDATER_BRANCH=$$branch;\ done mv -f ${GLUON_BUILD_DIR}/output/* ./output/