freifunkMUC / site-ffm

Freifunk München specific Gluon configuration
16 stars 35 forks source link

backport Gluon modules Updater #448

Closed T0biii closed 14 hours ago

T0biii commented 3 weeks ago

backport: https://github.com/freifunk-gluon/gluon/blob/66d3b1749b0d2d57f579f4e28ffe80bb2b8d5272/scripts/update-modules.sh

--- stable --- Run CI stable: https://github.com/T0biiias/site-ffm5/actions/runs/10013543786 PR stable: https://github.com/T0biiias/site-ffm5/pull/18

--- legacy --- Run CI legacy : https://github.com/T0biiias/site-ffm5/actions/runs/10015876445 PR legacy : https://github.com/T0biiias/site-ffm5/pull/20

only this commit is missing: https://github.com/freifunkMUC/site-ffm/pull/448/commits/85238b57d5b29c91655f55345b065f529f2c4b60

old
--- stable --- Test (downgrade module commit) stable: https://github.com/T0biiias/site-ffm5/commit/376160cb32816c6edaddbaf7864b7de6a3510656 Run CI stable: https://github.com/T0biiias/site-ffm5/actions/runs/9735952347 PR stable: https://github.com/T0biiias/site-ffm5/pull/8 --- legacy --- Test (downgrade module commit) legacy: https://github.com/T0biiias/site-ffm5/commit/1c4265ddad2968923faa44f660843c347087e6cb Run CI legacy: https://github.com/T0biiias/site-ffm5/actions/runs/9735963650 PR legacy: https://github.com/T0biiias/site-ffm5/pull/9
grische commented 2 weeks ago

@T0biii LGTM in general. Any further blockers? Do you maybe have some updated example runs?

T0biii commented 2 weeks ago

@grische the only "blocker" is some updated example run :)

T0biii commented 2 days ago

@grische now it is ready for review

github-actions[bot] commented 14 hours ago

Created backport PR for legacy:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-448-to-legacy
git worktree add --checkout .worktree/backport-448-to-legacy backport-448-to-legacy
cd .worktree/backport-448-to-legacy
git reset --hard HEAD^
git cherry-pick -x a2afe4c03685258aa87344d00f2936908b1ec051
git push --force-with-lease