Compare commits

...

11 Commits

Author SHA1 Message Date
0a091d740a Add 'testin.1'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-05-12 17:24:57 +00:00
3ce8da9d25
checkout gluon to v2022.1.3 2023-04-03 10:37:46 +02:00
5b0be8afc6 Add Patch to iw-full
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-13 15:40:29 +00:00
Stefan Hoffmann
c07a8f7018 experimental 2020.2.2
Some checks failed
continuous-integration/drone/push Build is failing
2020-12-12 19:55:18 +01:00
Stefan Hoffmann
3d4de9e1d6 Build v2020.2.1 EXP
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-28 00:08:53 +02:00
Stefan Hoffmann
e69e1ad08a Build v2020.2.1 EXP
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-09-28 00:07:49 +02:00
Stefan Hoffmann
7709fcc70e Build v2020.2-2 Experimental
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-20 17:35:46 +02:00
stebifan
4457aa829e Build experimental 2020.2-1
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-11 10:43:26 +02:00
stebifan
13c0eeb5a5 Change Site to experimental
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-24 00:07:02 +02:00
stebifan
9b24993003 Switch to gluon MAster for Experimental Builds
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-23 17:07:00 +02:00
stebifan
f3bf83c71c Build Experimental firmware v2020.1.2-1 2020-05-23 16:55:19 +02:00
4 changed files with 23 additions and 34 deletions

View File

@ -2,7 +2,7 @@ global-variables:
env: &env
image: hoffmannhosting/gluon-builder
environment:
input_version: v2020.1.2
input_version: v2020.2.2
GLUON_SITEDIR: /drone/src/site
FORCE_UNSAFE_CONFIGURE: 1
@ -10,10 +10,7 @@ global-variables:
<<: *env
commands:
- cd gluon
- make -j6 GLUON_BRANCH=stable GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
- make -j6 GLUON_BRANCH=beta GLUON_RELEASE=$input_version-beta GLUON_OUTPUTDIR=output/beta
# Don´t build Experimental. The Experimental Firmware is in another Branch
# - make -j6 GLUON_BRANCH=experimental GLUON_RELEASE=$input_version-exp GLUON_OUTPUTDIR=output/experimental
- make -j6 GLUON_BRANCH=experimental GLUON_RELEASE=$input_version-exp GLUON_OUTPUTDIR=output/experimental
upload: &upload
image: appleboy/drone-scp
@ -24,7 +21,14 @@ global-variables:
from_secret: ssh-update
strip_components: 6
when:
branch: multidomain
branch: experimental
patch: &patch
<<: *env
commands:
- cd gluon/openwrt/package
- grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
- grep -r iw-full *
kind: pipeline
type: docker
@ -43,7 +47,7 @@ steps: &steps
image: docker:git
commands:
- cd site
- git checkout multidomain
- git checkout multidomain-experimental
- name: make update
<<: *env
@ -53,6 +57,9 @@ steps: &steps
environment:
GLUON_TARGET: ar71xx-generic
- name: patch iw to iw-full
<<: *patch
- name: build-ath79-generic
<<: *gluon
environment:
@ -152,10 +159,7 @@ steps: &steps
<<: *env
commands:
- cd gluon
- make manifest GLUON_BRANCH=stable GLUON_OUTPUTDIR=output/stable GLUON_RELEASE=$input_version-stable
- make manifest GLUON_BRANCH=beta GLUON_OUTPUTDIR=output/beta GLUON_RELEASE=$input_version-beta
# Don´t build Experimental. The Experimental Firmware is in another Branch
# - make manifest GLUON_BRANCH=experimental GLUON_OUTPUTDIR=output/experimental GLUON_RELEASE=$input_version-exp
- make manifest GLUON_BRANCH=experimental GLUON_OUTPUTDIR=output/experimental GLUON_RELEASE=$input_version-exp
- name: backup-old-firmware
image: appleboy/drone-ssh
@ -168,31 +172,16 @@ steps: &steps
command_timeout: 120m
script:
#- ./rsync-backup-multi.sh
- rm -rf /srv/fwuploads/troisdorf/multi/stable
- rm -rf /srv/fwuploads/troisdorf/multi/beta
- mkdir /srv/fwuploads/troisdorf/multi/stable
- mkdir /srv/fwuploads/troisdorf/multi/beta
- rm -rf /srv/fwuploads/troisdorf/multi/experimental
- mkdir /srv/fwuploads/troisdorf/multi/experimental
when:
branch: multidomain
branch: experimental
- name: upload stable
- name: upload experimental
<<: *upload
settings:
target: /srv/fwuploads/troisdorf/multi/stable
source: /drone/src/gluon/output/stable/images/*
- name: upload beta
<<: *upload
settings:
target: /srv/fwuploads/troisdorf/multi/beta
source: /drone/src/gluon/output/beta/images/*
# Don´t build Experimental. The Experimental Firmware is in another Branch
# - name: upload experimental
# <<: *upload
# settings:
# target: /srv/fwuploads/troisdorf/multi/experimental
# source: /drone/src/gluon/output/experimental/images/*
target: /srv/fwuploads/troisdorf/multi/experimental
source: /drone/src/gluon/output/experimental/images/*
- name: slack
image: plugins/slack

2
gluon

@ -1 +1 @@
Subproject commit 447595f0bb0df2e877e8f14fda1ef629ec30265f
Subproject commit 43954dd1652b44ed0618c98e44fad05dae3fa25a

2
site

@ -1 +1 @@
Subproject commit d5822d6cab692a6a2d392736d3953de7d033fb7f
Subproject commit 474b437a3f9235aa89f092e6b771eb13f8d48e3f

0
testin.1 Normal file
View File