Files
rpm-packaging/tools
Dirk Mueller 1c3582f898 Fix linters gate
It seems the sed wasn't reliable. renderspec has an option to disable
the double expand, let's make use of it rather than hackling around
afterwards.

Change-Id: I2f877657ad39f02396e9f70fb500a3a5dd376679
2017-10-11 23:03:02 +02:00
..
2016-07-07 20:43:40 +02:00
2017-10-11 23:03:02 +02:00
2017-10-11 23:03:02 +02:00

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>