rpm-packaging/tools
Thomas Bechtold b18f044dbe Be more relaxed when running lint on a single name
When eg. running "tox -elint -- barbican", the rendering works fine
but then the spec is not checked because barbican.spec.j2 renders to
openstack-barbican.spec . Be more relaxed when trying to find the
rendered spec file.

Change-Id: I589c3f64bffcbadb9457fd96b29197e684516c86
2019-08-19 16:50:24 +02:00
..
README.rst Tooling: set default behaviour 2016-07-07 20:43:40 +02:00
run_renderspec.sh tools: fix validation of some py3 specs 2019-07-19 10:46:55 +02:00
run_specchecks.sh Be more relaxed when running lint on a single name 2019-08-19 16:50:24 +02:00
run_speccleaner.sh Be more relaxed when running lint on a single name 2019-08-19 16:50:24 +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>