blob: 34a1be37cb58c95c3d23e34e06f54468c043dce5 [file] [log] [blame]
Justin Thaler35e3a042018-07-23 18:43:04 -05001README for build script
2
Nagaraju Gorugantic1a00af2018-11-07 00:52:11 -06003This script is used to simplify the build process for rpms. It must be run with root privileges.
Justin Thaler35e3a042018-07-23 18:43:04 -05004simply run the script with the current directory structure. It will prompt the user for the version
5and the release number to use. It will then create a tarball for the rpm content
6and then build the rpm. Once complete the new rpm can be found in /tmp/openbmctool-{version-release)/
Nagaraju Gorugantic1a00af2018-11-07 00:52:11 -06007directory.