Restructure gardenlinux Python package#102
Merged
NotTheEvilOne merged 21 commits intomainfrom May 15, 2025
Merged
Conversation
…dling Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Relates: gardenlinux/gardenlinux#2830 Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
14b2355 to
c9a8c8f
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
c9a8c8f to
7dbe148
Compare
yeoldegrove
approved these changes
May 5, 2025
Contributor
yeoldegrove
left a comment
There was a problem hiding this comment.
I like the restructuring approach.
In general I would not take too much efforts to keep this backward compatible.
The few places where this is used can be updated easily at the moment.
Also, we have tagged releases https://github.com/gardenlinux/python-gardenlinux-lib/tags that can be consumed by anything that uses this.
7dbe148 to
58e2994
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
58e2994 to
b41949c
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
eed9dd4 to
0a8bf98
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
0a8bf98 to
78a7ae2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR restructures
python_gardenlinux_libfrom the ground up. It:python_gardenlinux_libpackage togardenlinuxas it is a Python package anyway and does not only contain or use library functionality.