Compare commits

...

11 Commits

Author SHA1 Message Date
f7d57434a8 Update release_state.json
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-08-20 11:42:51 +00:00
6ef7eeb987 Update release_state.json
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-08-12 21:12:11 +00:00
c2af74cd78 Update .woodpecker/publish.yml
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-08-12 21:11:21 +00:00
121d16ecc2 Release v2022.1.4
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-08-12 21:06:00 +00:00
518b4ae032
First Publish of Beta 2022.1.4
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:15:39 +02:00
1cf42745bc
testing
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:14:20 +02:00
7ba83cbfdf
publish beta
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:13:13 +02:00
33db9e490c
testing publish
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:08:35 +02:00
103ca88881
changed beta to 2022.1.4 2023-07-14 22:07:01 +02:00
3b104f069c
testing beta and stable
All checks were successful
ci/woodpecker/tag/prepare Pipeline was successful
ci/woodpecker/tag/build-stable Pipeline was successful
2023-07-14 20:21:20 +02:00
9165dccf86
don´t build experimental and beta anymore
Some checks failed
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/tag/prepare Pipeline was successful
ci/woodpecker/tag/publish Pipeline was successful
ci/woodpecker/tag/build-stable Pipeline failed
2023-07-14 19:45:38 +02:00
5 changed files with 25 additions and 180 deletions

View File

@ -1,84 +0,0 @@
---
platform: linux/arm64
variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
environment:
- input_version=${CI_COMMIT_TAG}
- GLUON_SITEDIR=..
- FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1
workspace:
base: /build
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
make_update:
<<: *default
commands:
- cd gluon
- make update
patch-iw-to-iw-full:
<<: *default
commands:
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
build:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
upload:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/${BRANCH}/*
when:
event: tag
matrix:
TARGET:
- ath79-generic
- ath79-mikrotik
- ath79-nand
- bcm27xx-bcm2708
- bcm27xx-bcm2709
- ipq40xx-generic
- ipq40xx-mikrotik
- ipq806x-generic
- lantiq-xrx200
- lantiq-xway
- mediatek-mt7622
- mpc85xx-p1010
- mpc85xx-p1020
- ramips-mt7620
- ramips-mt7621
- ramips-mt76x8
- realtek-rtl838x
- rockchip-armv8
- sunxi-cortexa7
- x86-64
- x86-generic
- x86-geode
- x86-legacy
BRANCH:
- beta
depends_on:
- prepare

View File

@ -1,84 +0,0 @@
---
platform: linux/arm64
variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
environment:
- input_version=${CI_COMMIT_TAG}
- GLUON_SITEDIR=..
- FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1
workspace:
base: /build
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
make_update:
<<: *default
commands:
- cd gluon
- make update
patch-iw-to-iw-full:
<<: *default
commands:
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
build:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
upload:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/${BRANCH}/*
when:
event: tag
matrix:
TARGET:
- ath79-generic
- ath79-mikrotik
- ath79-nand
- bcm27xx-bcm2708
- bcm27xx-bcm2709
- ipq40xx-generic
- ipq40xx-mikrotik
- ipq806x-generic
- lantiq-xrx200
- lantiq-xway
- mediatek-mt7622
- mpc85xx-p1010
- mpc85xx-p1020
- ramips-mt7620
- ramips-mt7621
- ramips-mt76x8
- realtek-rtl838x
- rockchip-armv8
- sunxi-cortexa7
- x86-64
- x86-generic
- x86-geode
- x86-legacy
BRANCH:
- experimental
depends_on:
- prepare

View File

@ -37,9 +37,10 @@ pipeline:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=beta GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-beta GLUON_OUTPUTDIR=output/beta
upload:
upload-stable:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
@ -48,7 +49,20 @@ pipeline:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/${BRANCH}/*
source: gluon/output/stable/*
when:
event: tag
upload-beta:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/beta/*
when:
event: tag
@ -77,8 +91,6 @@ matrix:
- x86-generic
- x86-geode
- x86-legacy
BRANCH:
- stable
depends_on:
- prepare

View File

@ -31,8 +31,9 @@ pipeline:
port: 22
command_timeout: 120m
script:
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b stable -d
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b beta -d
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b experimental -d
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b stable
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b beta
#- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b experimental -d
when:
path: "release_state.json"
path: "release_state.json"
event: "push"

View File

@ -1,5 +1,5 @@
{
"stable": "v2020.2.2",
"beta": "v2020.2.2",
"experimental": "v2022.1.4"
"stable": "v2022.1.4",
"beta": "v2022.1.4",
"experimental": "v2022.1.4-z"
}