-
Notifications
You must be signed in to change notification settings - Fork 5
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
add to fedora copr #39
Comments
cool idea! i was planning on ironing out some small issues with the homebrew and aur packages i created last weekend first, but after that i'll look into copr ^^ |
some notes while I was browsing for information about copr:
i should think of ways to somehow incorporate those related repositories into this one. like, create a sub-directory |
hey! good news, i've managed to get mommy onto copr. you can check the project here the repositories are currently empty, but as soon as there is a new mommy release, copr will be triggered to create new builds. (i already tested the full pipeline in a temporary project on copr that i've now deleted.) after mommy v1.2.3 releases (probably later this weekend) you can install mommy from copr as follows: sudo dnf copr enable fwdekker/mommy
sudo dnf install mommy (you may also need to while installing mommy you may be asked to verify a pgp key fingerprint; it probably suffices to verify that the "From:" fields equals i'll leave another comment here once v1.2.3 has been released and the copr builds are done. (especially the first build might take a while; today i had to wait 4 hours in my test project.) either way, let me know if you have any suggestions or comments or tips on using/installing mommy (on fedora-based systems or in general) |
mommy v1.2.3 has been released, and the copr build has been completed. you should now be able to install mommy as follows: sudo dnf copr enable fwdekker/mommy
sudo dnf install mommy (you will also need to install the thank you for opening this issue! i thought it was really fun and interesting to learn about the fedora packaging ecosystem! i'll close this issue now, but feel free to leave another comment / open an issue if you need help, have questions, or have other suggestions ^^ |
seeing how there's already an rpm available, it probably won't be too much work + there'll be updates through dnf instead of downloading them manually
The text was updated successfully, but these errors were encountered: