Justin Thaler | 35e3a04 | 2018-07-23 18:43:04 -0500 | [diff] [blame] | 1 | README for build script |
| 2 | |
Nagaraju Goruganti | c1a00af | 2018-11-07 00:52:11 -0600 | [diff] [blame^] | 3 | This script is used to simplify the build process for rpms. It must be run with root privileges. |
Justin Thaler | 35e3a04 | 2018-07-23 18:43:04 -0500 | [diff] [blame] | 4 | simply run the script with the current directory structure. It will prompt the user for the version |
| 5 | and the release number to use. It will then create a tarball for the rpm content |
| 6 | and then build the rpm. Once complete the new rpm can be found in /tmp/openbmctool-{version-release)/ |
Nagaraju Goruganti | c1a00af | 2018-11-07 00:52:11 -0600 | [diff] [blame^] | 7 | directory. |