-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backport Gluon modules Updater #448
backport Gluon modules Updater #448
Conversation
Co-authored-by: Martin Weinelt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@grische maybe you got some ideas how to handle the open issues
use gluon site feeds for the loop Co-authored-by: Grische <[email protected]>
@T0biii LGTM in general. Any further blockers? Do you maybe have some updated example runs? |
@grische the only "blocker" is some updated example run :) |
@grische now it is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any changes in comparison to the upstream version on this file?
Created backport PR for
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 |
Git push to origin failed for legacy with exitcode 1 |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-448-to-next
git worktree add --checkout .worktree/backport-448-to-next backport-448-to-next
cd .worktree/backport-448-to-next
git reset --hard HEAD^
git cherry-pick -x a2afe4c03685258aa87344d00f2936908b1ec051
git push --force-with-lease |
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: 85238b5
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