-
Notifications
You must be signed in to change notification settings - Fork 2
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
RPM package #135
Comments
This sounds nice! I am happy to accept patches for creating RPM packages. I personally don't use the GitHub Actions so adding a plain script that spits out the package, or perhaps adding a Makefile that does it, would be of greater value. Then again, maybe we should put an effort into bringing gcli to Fedora (or whatever the common place for RPM packages is)? I am open for discussions here. |
I personally would do the Makefile option but. That's just me. |
I have 0 skills written MAKE files. so i create a bash script to build it, but currently i am running it on a docker container. You tell me how to give you the code. i am new with this kind of contributes. 😅 |
A plain POSIX shell script is fine - we can maybe massage it a bit such that it can be turned into a Makefile.
You can either just send it inline in an E-Mail to our mailing list: ... or clone the gcli repo, add the script into the |
This reminds me @herrhotzenplotz, I made a bash script the user can run to see if they have the necessary packages/libraries installed to build/compile.. made because I don't always trust that the user knows everything including what's installed on their machine, including myself (there are so many machines). Should I commit/PR that? Thanks, |
i was able to compile a RPM package, to see if we can add it to the current github actions. If is posible to contribute
The text was updated successfully, but these errors were encountered: