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
3 changed files with 11 additions and 32 deletions

View File

@ -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,7 @@ global-variables:
from_secret: ssh-update
strip_components: 6
when:
branch: multidomain
branch: experimental
patch: &patch
<<: *env
@ -50,7 +47,7 @@ steps: &steps
image: docker:git
commands:
- cd site
- git checkout multidomain
- git checkout multidomain-experimental
- name: make update
<<: *env
@ -162,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
@ -178,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 90d0e33c619cef9e0af928ef4d6477f6c1bdc0de
Subproject commit 43954dd1652b44ed0618c98e44fad05dae3fa25a

0
testin.1 Normal file
View File