Skip to content

Commit

Permalink
use always next as autoupdater branch
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Apr 29, 2024
1 parent 83e0b01 commit 5832c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ PATCH_DIR := ./patches
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key

GLUON_TARGETS ?= $(shell cat targets | tr '\n' ' ')
GLUON_AUTOUPDATER_BRANCH := next
GLUON_AUTOUPDATER_ENABLED := 1

ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))
GLUON_AUTOUPDATER_ENABLED := 1
GLUON_AUTOUPDATER_BRANCH := next
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
else
GLUON_AUTOUPDATER_ENABLED := 0
GLUON_AUTOUPDATER_BRANCH := next
EXP_FALLBACK = $(shell date '+%Y%m%d')
BUILD_NUMBER ?= $(EXP_FALLBACK)
GLUON_RELEASE := $(shell git describe --tags)~exp$(BUILD_NUMBER)
Expand Down

0 comments on commit 5832c7c

Please sign in to comment.