-
Notifications
You must be signed in to change notification settings - Fork 41
Building
sfloess edited this page Mar 11, 2013
·
2 revisions
If you want to build your own RPM, we've included both a solenopsis.spec
file and a buildrpm.sh
script. The later simply sets up some environment variables and will utilize Makefile
(which actually builds the rpm). You must first clone the git repo in order to build.
buildrpm.sh
will allow you to denote what "root" directory where all the rpm build work should be done. By default it is ~/.solenopsis/rpm
. As an example, the following will build the RPM files in /tmp/foo/bar
:
buildrpm.sh /tmp/foo/bar
Please note: running this yields /tmp/foo/bar/rpm
!