more changes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-19 17:58:17 +02:00
parent 55a5d3cb52
commit 308b2fa01b
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -13,25 +13,30 @@ pipeline:
commands: commands:
- cd site - cd site
- git checkout multidomain - git checkout multidomain
wo_sinn_ma_ueberhaupt:
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest
pull: true
commands:
- ls -alh gluon/
- whoami
make_update: make_update:
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest image: ${IMAGE}
pull: true pull: true
commands: commands:
- cd gluon - cd gluon
- make update - make update
environment: environment:
- input_version=v2022.1.4 - input_version=v2022.1.4
- GLUON_SITEDIR=/build/src/git.freifunk-rhein-sieg.net/Freifunk-Troisdorf/gluon-ci/site - GLUON_SITEDIR=./site
- FORCE_UNSAFE_CONFIGURE=1 - FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET} - GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1 - GLUON_DEPRECATED=1
patch iw to iw-full:
image: ${IMAGE}
pull: true
commands:
- cd gluon/openwrt/package
- grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
- grep -r iw-full *
matrix: matrix:
TARGET: TARGET:
- ath79-generic - ath79-generic
IMAGE:
- git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest