
I found problem as follows in current tox.ini - test-requirements can not be read correctly - some os level command is not in white_list - one rst file does not follow rst syntac - fix lack of gitreview file Purpose of this review request is fixing above problems. Change-Id: I1d2b29bbc7cdc506f5187c2ef6ee03fd2b908f58
588 B
588 B
How to Build to RPM Packages
Make sure you have rpm-build installed:
sudo yum install rpm-build
Fedora/CentOS/RedHat
Type following command at the top of slogging directory:
sudo python setup.py bdist_rpm
Check if the RPM package has built:
ls dist/slogging-[slogging-version]
OpenSUSE
Type following command at the top of slogging directory:
sudo zypper install rpm-build
Check if the RPM package has built:
ls dist/slogging-[slogging-version]