-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update/Refresh Yanic Patches #217
Comments
The following patches can be dropped (they are now part of FreifunkBremen/yanic@aff906d...main):
We need to add the following patch: @AiyionPrime What about:
Sidenote: Currently 0001, 0002 and 0003 are not deployed since a couple of months or weeks and it seems nobody complained yet. Is nothing using the data? |
I have a strong feeling, that I did not cherry-pick something on top of the branch. I personally find that rather frustrating. We've got a proper structure to patch our yanic. Is it really that hard to use it? 0001 is a previously uncommitted change, that we made a patch of, in case it was important, yet nobody knew why. I think we had introduced proper yanic data for some of our cli tools. |
I'll look into updating these patches tomorrow morning. |
Picked from FreifunkBremen/yanic#203 . (This PR is not yet merged)
After fixing the patch routine within ansible, I could update the patches to the current main branch and pick the influx patch. So this is done. |
Currently in ansible, we pin the version
aff906d734cdff279c7c7cfd17ccc54f70c6c45f (See diff to main here: FreifunkBremen/yanic@aff906d...main)
and track the following patches within our ansible repo:
However, we actually neither use the version above nor use any of the patches above. Instead of using the state from ansible, we cloned the main branch at some point and cherry picked FreifunkBremen/yanic#203 on top. So we do not actually pick those branches.
The current state is unclean and would be overridden by rolling ansible. Therfore I'will block the role as of now. (Done in 7c79fdc)
We should clean this up.
The text was updated successfully, but these errors were encountered: