-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Apk: add support for a custom world file #4976
Apk: add support for a custom world file #4976
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
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.
Thanks for your contribution! Could you please add a changelog fragment? Thanks.
Regarding the errors in CI: it seems you have an indentation problem with elements in the world:
dictionary.
changelogs/fragments/4976-apk-add-support-for-a-custom-world-file.yaml
Outdated
Show resolved
Hide resolved
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
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.
Looks good to me! I'll merge in a few days if nobody complains.
I messed up the commit though. I add the full stop in the changelog commit. (I hadn't used rebase -i in a short while, and assumed the order commits are listed was reversed). If you want I have a pending fix I can push |
The changelog entry looks correct to me right now. What exactly do you want to change? |
In the changelog commit, I edit the apk.py file. Seems a bit messy |
The changelog fragment is correct. The module is called |
I am now happy. There are no physical changes to last time, just put the changes in the correct commits. |
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.
Sounds good then :)
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.
LGTM
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #5005 🤖 @patchback |
* Apk: add support for a custom world file * Apk: Add changelog fragment for custom world file (cherry picked from commit be0e47b)
@CactiChameleon9 thanks for your contribution! |
SUMMARY
This adds a new
world
parameter to the apk packaging module. This helps remove the hardcoded/etc/apk/world
and therefore allows usage on more complex/non-standard linux systems with theapk
package manager.ISSUE TYPE
COMPONENT NAME
Apk custom world parameter
ADDITIONAL INFORMATION
N/A