Make building and testing sysext easier #3128
Areopagitics
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just want to post my own journey of how I can make building, testing and contributing more accessible to others (maybe some of this could be added to the README eventually), because you often need to modify multiple cosmic crates to for building locally.
Please add any suggestions to hit the ground running for anyone wanting to contribute!
Here is a list in order of time saving importance:
sydo rsync -rv --chmod-D755,F755 --chown=$USER:$USER Desktop/cosmic/cosmic-sysext /var/lib/extensions && sudo reboot. (FUTURE IMPROVEMNT: Maybe we could mount new sysext directly qemu /var/lib/extensions as USER already)Beta Was this translation helpful? Give feedback.
All reactions