Skip to content
Snippets Groups Projects
Commit 6c395da1 authored by nrbffs's avatar nrbffs
Browse files

add gluon as submodule

parent 891877d7
Branches nrbffs/ci-cache-only-dl
No related tags found
No related merge requests found
[submodule "gluon"]
path = gluon
url = https://github.com/freifunk-stuttgart/gluon.git
#!/bin/bash
set -eu
set -o pipefail
build_date=$(date +%Y-%m-%d)
branch=nightly
TARGETS=(
ar71xx-generic
ar71xx-nand
ar71xx-tiny
brcm2708-bcm2708
brcm2708-bcm2709
ipq40xx
mpc85xx-generic
ramips-mt7620
ramips-mt76x8
# ramips-rt305x # build fails
x86-64
x86-generic
x86-geode
)
for target in ${TARGETS[@]}; do
echo Building $target
make -C gluon GLUON_TARGET=$target -j5 BUILD_DATE=$build_date GLUON_BRANCH=$branch GLUON_SITEDIR=../
done
Subproject commit 69b3087b7d5a59ff0d3dadce7294744ce84b89b4
......@@ -65,7 +65,7 @@ DEFAULT_BUILD_DATE := $(shell date '+%Y-%m-%d')
BUILD_DATE ?= $(DEFAULT_BUILD_DATE)
DEFAULT_GLUON_RELEASE := 1.5+$(BUILD_DATE)-g.$(shell git -C $(GLUON_SITEDIR)/../ log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1)
DEFAULT_GLUON_RELEASE := 1.5+$(BUILD_DATE)-g.$(shell git -C $(GLUON_SITEDIR)/gluon log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1)
GLUON_LANGS := de en
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment