rpm-packaging/tools
Dirk Mueller fc556aca08 Add a sanity check for broken spec files
Change-Id: I3607d8fe5f3c93a274e0a0671c1fb1b07e588974
Depends-On: Ia6eee41294e3105fe8e469144d07417c21b7220d
2017-04-07 08:57:00 +02:00
..
README.rst Tooling: set default behaviour 2016-07-07 20:43:40 +02:00
run_renderspec.sh tools: parallelize execution 2016-07-21 17:32:56 +02:00
run_specchecks.sh Add a sanity check for broken spec files 2017-04-07 08:57:00 +02:00
run_speccleaner.sh Fix lint checks after spec-cleaner 0.9.3 update 2017-03-03 13:07:02 +00:00

README.rst

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>