ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.87k stars 907 forks source link

Packaging support for RPM-based systems #1606

Open rustyrussell opened 6 years ago

cdecker commented 6 years ago

Is the openSuse build server a common way to distribute RPM packages? I still have an account there, and I could probably try to set up an automated build for various distros, but I'm not sure how commonly they are used.

whitslack commented 4 years ago

For whatever it's worth, I have been maintaining a Gentoo ebuild for C-Lightning here. It's pretty straightforward, so I don't know if anything in there would be helpful to packagers on other distros.

cdecker commented 4 years ago

It's mainly that we need a scalable solution for building the packages for a number of distros x a number of architectures. My current goal is to look at the OpenSuse Build Service to do that for us.