Skip to content

Commit

Permalink
Changed Gluon branch to next-2102
Browse files Browse the repository at this point in the history
  • Loading branch information
goligo committed May 2, 2021
1 parent f354cf5 commit b0c2161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GLUON_BUILD_DIR := gluon-build
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
GLUON_GIT_REF := origin/next
GLUON_GIT_REF := origin/next-2102

PATCH_DIR := ${GLUON_BUILD_DIR}/site/patches
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
Expand Down Expand Up @@ -35,7 +35,7 @@ else
GLUON_BRANCH := experimental
EXP_FALLBACK = $(shell date '+%Y%m%d%H')
BUILD_NUMBER ?= $(EXP_FALLBACK)
GLUON_RELEASE := v2020.3.2.1~next$(BUILD_NUMBER)
GLUON_RELEASE := $(shell git describe --tags | cut -d- -f1)~next$(BUILD_NUMBER)
endif

JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
Expand Down

0 comments on commit b0c2161

Please sign in to comment.