Skip to content

Commit

Permalink
Merge pull request #406 from freifunkMUC/T0biii-patch-1
Browse files Browse the repository at this point in the history
Makefile: only change autoupdater branch and let autoupdater enabled
  • Loading branch information
GoliathLabs authored Apr 28, 2024
2 parents bddff7f + e3e1f48 commit 4b3da3f
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 := stable
GLUON_AUTOUPDATER_ENABLED := 1

ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))
GLUON_AUTOUPDATER_ENABLED := 1
GLUON_AUTOUPDATER_BRANCH := stable
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
else
GLUON_AUTOUPDATER_ENABLED := 0
GLUON_AUTOUPDATER_BRANCH := experimental
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 4b3da3f

Please sign in to comment.