rpm-packaging/tools
2018-06-20 13:28:34 +00:00
..
README.rst Tooling: set default behaviour 2016-07-07 20:43:40 +02:00
run_renderspec.sh Switch to python3 for glance service 2018-06-20 12:46:52 +05:30
run_specchecks.sh Evaluate singlespec macros for the tox-lint check 2017-08-15 13:52:41 +02:00
run_speccleaner.sh oslo.rootwrap: Move to singlespec 2018-06-19 19:41:55 +05:30

RPM Packaging for OpenStack internal tooling README

This directory provides useful tooling for contributors to the RPM Packaging project.

tools/run_renderspec.sh

This tool can be used to generate usable spec files for all supported RPM distributions from shipped templates. It will browse recursively the directory passed in argument to find spec templates. If no directory is given, it will search in current directory.

Usage:

tools/run_renderspec.sh <path>

tools/run_speccleaner.sh

This tool can be used to run spec-cleaner on generated spec files. It will browse recursively the directory passed in argument and will display as an unified diff, differences to our standards. If no directory is given, it will search in current directory.

Usage:

tools/run_speccleaner.sh <path>