Am Dienstag, 4. Januar 2011, 22:29:51 schrieb Hartmut Goebel: > Am 04.01.2011 21:11, schrieb Simone: > > No experience, sorry. Just saved it in the favourites in firefox for > > the future. If I shall learn how to use it in the future I'll be glad > > to help. > > So I need to work it out myself :-(
For GNUmed we use OBS. What you get is a build farm. You supply a spec file for RPM based distributions and the sources and it will build the RPMs for you in the build farm. Then it will publish them in repositories so users can download them for their favorite distribution. What you get is this http://download.opensuse.org/repositories/home:/SebastianHilbert:/GNUmed/ I started out buy getting the package built locally on my system. When that worked I uploaded the spec file and sources and it was build and published. Spec files for openSUSE, CentOS, Redhat and the likes a not always identical but you can specify subsections for different distributions in one spec file. I have never built DEB via OBS but from what I read it is very much like for RPM. You need the usual suspects such as dsc and rules file and it will build it for you. So again when you have it working locally you can outsource the build and publish process. The hardest part is to come up with working packaging files (spec vs. rules file) Best regards, Sebastian -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
