Merge branch 'development' into promchg1

This commit is contained in:
Theo Arends 2021-08-09 11:57:01 +02:00 committed by GitHub
commit 229a8cb270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 184 deletions

View File

@ -8,27 +8,8 @@ on:
- '.github/**' # Ignore changes towards the .github directory - '.github/**' # Ignore changes towards the .github directory
jobs: jobs:
tasmota_pull:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Use latest Tasmota development
run: |
git config --local user.name "Platformio BUILD"
git config user.email github-actions@github.com
git switch -c work
git remote add -f Tasmota "https://github.com/arendst/Tasmota.git" --track development
git merge Tasmota/development --allow-unrelated-histories
- name: Push Tasmota # Push updates of latest Tasmota development to repo
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'development'
tasmota: tasmota:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -48,7 +29,6 @@ jobs:
tasmota-minimal: tasmota-minimal:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -68,7 +48,6 @@ jobs:
tasmota-lite: tasmota-lite:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -88,7 +67,6 @@ jobs:
tasmota-knx: tasmota-knx:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -108,7 +86,6 @@ jobs:
tasmota-sensors: tasmota-sensors:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -128,7 +105,6 @@ jobs:
tasmota-display: tasmota-display:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -148,7 +124,6 @@ jobs:
tasmota-ir: tasmota-ir:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -168,7 +143,6 @@ jobs:
tasmota-zbbridge: tasmota-zbbridge:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -188,7 +162,6 @@ jobs:
tasmota-zigbee: tasmota-zigbee:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -208,7 +181,6 @@ jobs:
tasmota-AF: tasmota-AF:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -228,7 +200,6 @@ jobs:
tasmota-BG: tasmota-BG:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -248,7 +219,6 @@ jobs:
tasmota-BR: tasmota-BR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -268,7 +238,6 @@ jobs:
tasmota-CN: tasmota-CN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -288,7 +257,6 @@ jobs:
tasmota-CZ: tasmota-CZ:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -308,7 +276,6 @@ jobs:
tasmota-DE: tasmota-DE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -328,7 +295,6 @@ jobs:
tasmota-ES: tasmota-ES:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -348,7 +314,6 @@ jobs:
tasmota-FR: tasmota-FR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -368,7 +333,6 @@ jobs:
tasmota-FY: tasmota-FY:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -388,7 +352,6 @@ jobs:
tasmota-GR: tasmota-GR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -408,7 +371,6 @@ jobs:
tasmota-HE: tasmota-HE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -428,7 +390,6 @@ jobs:
tasmota-HU: tasmota-HU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -448,7 +409,6 @@ jobs:
tasmota-IT: tasmota-IT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -468,7 +428,6 @@ jobs:
tasmota-KO: tasmota-KO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -488,7 +447,6 @@ jobs:
tasmota-NL: tasmota-NL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -508,7 +466,6 @@ jobs:
tasmota-PL: tasmota-PL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -528,7 +485,6 @@ jobs:
tasmota-PT: tasmota-PT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -548,7 +504,6 @@ jobs:
tasmota-RO: tasmota-RO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -568,7 +523,6 @@ jobs:
tasmota-RU: tasmota-RU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -588,7 +542,6 @@ jobs:
tasmota-SE: tasmota-SE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -608,7 +561,6 @@ jobs:
tasmota-SK: tasmota-SK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -628,7 +580,6 @@ jobs:
tasmota-TR: tasmota-TR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -648,7 +599,6 @@ jobs:
tasmota-TW: tasmota-TW:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -668,7 +618,6 @@ jobs:
tasmota-UK: tasmota-UK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -688,7 +637,6 @@ jobs:
tasmota-VN: tasmota-VN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -708,7 +656,6 @@ jobs:
tasmota32: tasmota32:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -728,7 +675,6 @@ jobs:
tasmota32solo1: tasmota32solo1:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -748,7 +694,6 @@ jobs:
tasmota32-webcam: tasmota32-webcam:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -768,7 +713,6 @@ jobs:
tasmota32-odroidgo: tasmota32-odroidgo:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -788,7 +732,6 @@ jobs:
tasmota32-core2: tasmota32-core2:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -808,7 +751,6 @@ jobs:
tasmota32-bluetooth: tasmota32-bluetooth:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -828,7 +770,6 @@ jobs:
tasmota32-display: tasmota32-display:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -848,7 +789,6 @@ jobs:
tasmota32-lvgl: tasmota32-lvgl:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -868,7 +808,6 @@ jobs:
tasmota32-ir: tasmota32-ir:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -888,7 +827,6 @@ jobs:
tasmota32-AF: tasmota32-AF:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -908,7 +846,6 @@ jobs:
tasmota32-BG: tasmota32-BG:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -928,7 +865,6 @@ jobs:
tasmota32-BR: tasmota32-BR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -948,7 +884,6 @@ jobs:
tasmota32-CN: tasmota32-CN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -968,7 +903,6 @@ jobs:
tasmota32-CZ: tasmota32-CZ:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -988,7 +922,6 @@ jobs:
tasmota32-DE: tasmota32-DE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1008,7 +941,6 @@ jobs:
tasmota32-ES: tasmota32-ES:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1028,7 +960,6 @@ jobs:
tasmota32-FR: tasmota32-FR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1048,7 +979,6 @@ jobs:
tasmota32-FY: tasmota32-FY:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1068,7 +998,6 @@ jobs:
tasmota32-GR: tasmota32-GR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1088,7 +1017,6 @@ jobs:
tasmota32-HE: tasmota32-HE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1108,7 +1036,6 @@ jobs:
tasmota32-HU: tasmota32-HU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1128,7 +1055,6 @@ jobs:
tasmota32-IT: tasmota32-IT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1148,7 +1074,6 @@ jobs:
tasmota32-KO: tasmota32-KO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1168,7 +1093,6 @@ jobs:
tasmota32-NL: tasmota32-NL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1188,7 +1112,6 @@ jobs:
tasmota32-PL: tasmota32-PL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1208,7 +1131,6 @@ jobs:
tasmota32-PT: tasmota32-PT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1228,7 +1150,6 @@ jobs:
tasmota32-RO: tasmota32-RO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1248,7 +1169,6 @@ jobs:
tasmota32-RU: tasmota32-RU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1268,7 +1188,6 @@ jobs:
tasmota32-SE: tasmota32-SE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1288,7 +1207,6 @@ jobs:
tasmota32-SK: tasmota32-SK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1308,7 +1226,6 @@ jobs:
tasmota32-TR: tasmota32-TR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1328,7 +1245,6 @@ jobs:
tasmota32-TW: tasmota32-TW:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1348,7 +1264,6 @@ jobs:
tasmota32-UK: tasmota32-UK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1368,7 +1283,6 @@ jobs:
tasmota32-VN: tasmota32-VN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:

View File

@ -7,27 +7,8 @@ on:
- '.github/**' # Ignore changes towards the .github directory - '.github/**' # Ignore changes towards the .github directory
jobs: jobs:
tasmota_pull:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Use Tasmota master
run: |
git config --local user.name "Platformio BUILD"
git config user.email github-actions@github.com
git switch -c work
git remote add -f Tasmota "https://github.com/arendst/Tasmota.git" --track master
git merge Tasmota/master --allow-unrelated-histories
- name: Push Tasmota # Push updates of latest Tasmota master to repo
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'master'
tasmota: tasmota:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -47,7 +28,6 @@ jobs:
tasmota-minimal: tasmota-minimal:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -67,7 +47,6 @@ jobs:
tasmota-lite: tasmota-lite:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -87,7 +66,6 @@ jobs:
tasmota-knx: tasmota-knx:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -107,7 +85,6 @@ jobs:
tasmota-sensors: tasmota-sensors:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -127,7 +104,6 @@ jobs:
tasmota-display: tasmota-display:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -147,7 +123,6 @@ jobs:
tasmota-ir: tasmota-ir:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -167,7 +142,6 @@ jobs:
tasmota-zbbridge: tasmota-zbbridge:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -187,7 +161,6 @@ jobs:
tasmota-zigbee: tasmota-zigbee:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -207,7 +180,6 @@ jobs:
tasmota-AF: tasmota-AF:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -227,7 +199,6 @@ jobs:
tasmota-BG: tasmota-BG:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -247,7 +218,6 @@ jobs:
tasmota-BR: tasmota-BR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -267,7 +237,6 @@ jobs:
tasmota-CN: tasmota-CN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -287,7 +256,6 @@ jobs:
tasmota-CZ: tasmota-CZ:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -307,7 +275,6 @@ jobs:
tasmota-DE: tasmota-DE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -327,7 +294,6 @@ jobs:
tasmota-ES: tasmota-ES:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -347,7 +313,6 @@ jobs:
tasmota-FR: tasmota-FR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -367,7 +332,6 @@ jobs:
tasmota-FY: tasmota-FY:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -387,7 +351,6 @@ jobs:
tasmota-GR: tasmota-GR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -407,7 +370,6 @@ jobs:
tasmota-HE: tasmota-HE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -427,7 +389,6 @@ jobs:
tasmota-HU: tasmota-HU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -447,7 +408,6 @@ jobs:
tasmota-IT: tasmota-IT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -467,7 +427,6 @@ jobs:
tasmota-KO: tasmota-KO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -487,7 +446,6 @@ jobs:
tasmota-NL: tasmota-NL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -507,7 +465,6 @@ jobs:
tasmota-PL: tasmota-PL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -527,7 +484,6 @@ jobs:
tasmota-PT: tasmota-PT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -547,7 +503,6 @@ jobs:
tasmota-RO: tasmota-RO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -567,7 +522,6 @@ jobs:
tasmota-RU: tasmota-RU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -587,7 +541,6 @@ jobs:
tasmota-SE: tasmota-SE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -607,7 +560,6 @@ jobs:
tasmota-SK: tasmota-SK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -627,7 +579,6 @@ jobs:
tasmota-TR: tasmota-TR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -647,7 +598,6 @@ jobs:
tasmota-TW: tasmota-TW:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -667,7 +617,6 @@ jobs:
tasmota-UK: tasmota-UK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -687,7 +636,6 @@ jobs:
tasmota-VN: tasmota-VN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -707,7 +655,6 @@ jobs:
tasmota32: tasmota32:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -727,7 +674,6 @@ jobs:
tasmota32solo1: tasmota32solo1:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -747,7 +693,6 @@ jobs:
tasmota32-webcam: tasmota32-webcam:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -767,7 +712,6 @@ jobs:
tasmota32-odroidgo: tasmota32-odroidgo:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -787,7 +731,6 @@ jobs:
tasmota32-core2: tasmota32-core2:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -807,7 +750,6 @@ jobs:
tasmota32-bluetooth: tasmota32-bluetooth:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -827,7 +769,6 @@ jobs:
tasmota32-display: tasmota32-display:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -847,7 +788,6 @@ jobs:
tasmota32-lvgl: tasmota32-lvgl:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -867,7 +807,6 @@ jobs:
tasmota32-ir: tasmota32-ir:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -887,7 +826,6 @@ jobs:
tasmota32-AF: tasmota32-AF:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -907,7 +845,6 @@ jobs:
tasmota32-BG: tasmota32-BG:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -927,7 +864,6 @@ jobs:
tasmota32-BR: tasmota32-BR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -947,7 +883,6 @@ jobs:
tasmota32-CN: tasmota32-CN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -967,7 +902,6 @@ jobs:
tasmota32-CZ: tasmota32-CZ:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -987,7 +921,6 @@ jobs:
tasmota32-DE: tasmota32-DE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1007,7 +940,6 @@ jobs:
tasmota32-ES: tasmota32-ES:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1027,7 +959,6 @@ jobs:
tasmota32-FR: tasmota32-FR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1047,7 +978,6 @@ jobs:
tasmota32-FY: tasmota32-FY:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1067,7 +997,6 @@ jobs:
tasmota32-GR: tasmota32-GR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1087,7 +1016,6 @@ jobs:
tasmota32-HE: tasmota32-HE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1107,7 +1035,6 @@ jobs:
tasmota32-HU: tasmota32-HU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1127,7 +1054,6 @@ jobs:
tasmota32-IT: tasmota32-IT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1147,7 +1073,6 @@ jobs:
tasmota32-KO: tasmota32-KO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1167,7 +1092,6 @@ jobs:
tasmota32-NL: tasmota32-NL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1187,7 +1111,6 @@ jobs:
tasmota32-PL: tasmota32-PL:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1207,7 +1130,6 @@ jobs:
tasmota32-PT: tasmota32-PT:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1227,7 +1149,6 @@ jobs:
tasmota32-RO: tasmota32-RO:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1247,7 +1168,6 @@ jobs:
tasmota32-RU: tasmota32-RU:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1267,7 +1187,6 @@ jobs:
tasmota32-SE: tasmota32-SE:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1287,7 +1206,6 @@ jobs:
tasmota32-SK: tasmota32-SK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1307,7 +1225,6 @@ jobs:
tasmota32-TR: tasmota32-TR:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1327,7 +1244,6 @@ jobs:
tasmota32-TW: tasmota32-TW:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1347,7 +1263,6 @@ jobs:
tasmota32-UK: tasmota32-UK:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
@ -1367,7 +1282,6 @@ jobs:
tasmota32-VN: tasmota32-VN:
needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:

View File

@ -13,9 +13,10 @@ All notable changes to this project will be documented in this file.
- Make Sonoff L1 MusicSync persistent (#12008) - Make Sonoff L1 MusicSync persistent (#12008)
- Relax NTP poll if no ntpserver can be resolved by DNS - Relax NTP poll if no ntpserver can be resolved by DNS
- Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware - Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware
- Prometheus: All metrics are prefixed with ``tasmota_``; memory metrics have - Prometheus: All metrics are prefixed with ``tasmota_``
been cleaned up to work consistently between ESP8266 and ESP32; the device memory metrics have been cleaned up to work consistently between ESP8266 and ESP32
name is reported as an info metric the device name is reported as an info metric
- Default disable CORS for enhanced security and provide user compile option ``#define USE_CORS`` (#12827)
### Fixed ### Fixed
- Neopool communication error (#12813) - Neopool communication error (#12813)

View File

@ -137,6 +137,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
- Allow buttons to work in AP normal mode [#12518](https://github.com/arendst/Tasmota/issues/12518) - Allow buttons to work in AP normal mode [#12518](https://github.com/arendst/Tasmota/issues/12518)
- Enable Ping and rule features for any device compiled with more than 1M flash size [#12539](https://github.com/arendst/Tasmota/issues/12539) - Enable Ping and rule features for any device compiled with more than 1M flash size [#12539](https://github.com/arendst/Tasmota/issues/12539)
- Replace spaces by hyphens in final hostname [#12710](https://github.com/arendst/Tasmota/issues/12710) - Replace spaces by hyphens in final hostname [#12710](https://github.com/arendst/Tasmota/issues/12710)
- Default disable CORS for enhanced security and provide user compile option ``#define USE_CORS`` [#12827](https://github.com/arendst/Tasmota/issues/12827)
### Fixed ### Fixed
- ESP32 core v2.0.0 setting hostname - ESP32 core v2.0.0 setting hostname

View File

@ -14,18 +14,20 @@ def map_gzip(source, target, env):
# create string with location and file names based on variant # create string with location and file names based on variant
bin_file = "{}map{}{}.map".format(OUTPUT_DIR, os.path.sep, variant) bin_file = "{}map{}{}.map".format(OUTPUT_DIR, os.path.sep, variant)
gzip_file = "{}map{}{}.map.gz".format(OUTPUT_DIR, os.path.sep, variant)
# check if new target map files exist and remove if necessary if os.path.isfile(bin_file):
if os.path.isfile(gzip_file): os.remove(gzip_file) gzip_file = "{}map{}{}.map.gz".format(OUTPUT_DIR, os.path.sep, variant)
# write gzip map file # check if new target map files exist and remove if necessary
with open(bin_file,"rb") as fp: if os.path.isfile(gzip_file): os.remove(gzip_file)
with gzip.open(gzip_file, "wb", compresslevel = 9) as f:
shutil.copyfileobj(fp, f)
# remove map file # write gzip map file
if os.path.isfile(bin_file): os.remove(bin_file) with open(bin_file,"rb") as fp:
with gzip.open(gzip_file, "wb", compresslevel = 9) as f:
shutil.copyfileobj(fp, f)
# remove map file
if os.path.isfile(bin_file): os.remove(bin_file)
env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", [map_gzip]) env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", [map_gzip])