repocop-nmu-tool(1)

REPOCOP-NMU-TOOL(1) User Contributed Perl Documentation REPOCOP-NMU-TOOL(1)

NAME

repocop-nmu-tool - a tool that repairs srpm using repocop unit tests results.

SYNOPSIS

repocop-nmu-tool [--changelog changelog entry] [-h|--help] [-v|--verbose] [-q|--quiet] [--workdir workdir] [--report warn|fail|skip|experimental|ok] [--report-et|--report-exclude-test comma separated list of tests] [--report-it|--report-include-test comma separated list of tests] [--report-include-distrotests] [<src.rpm file or spec>/dir ...]

DESCRIPTION

repocop-nmu-tool processes results of repocop unit tests, created with repocop-run command, stored in repocop workdir, and use them to generate patches or just repair source rpms. Precise subsets of tests can be selected using --include-* and --exclude-* options.

OPTIONS

--workdir dir
Provides alternative location for the Repocop workdir. Repocop workdir is a place where test results and packages metadata information are stored. Default is ~/.repocop.
-h, --help
Display this help and exit.
-v, --verbose, -q, --quiet
Verbosity level. Multiple -v increase the verbosity level, -q sets it to 0.
-r, --report skip|experimental|ok|warn|fail
The level of test results reported. Test results below this level are not reported. Default is warn.
--report-et, --report-exclude-test comma separated list of tests
Include all tests exept the given excluded set.
--report-it, --report-include-test comma separated list of tests
Include the given set of tests.
--report-include-distrotests
Include all distrotests.

ARGUMENTS

List of src.rpm or .spec files or directories containing them.

AUTHOR

Written by Igor Vlasenko <viy@altlinux.org>.

ACKNOWLEGEMENTS

To Alexey Torbin <at@altlinux.org>, whose qa-robot package had a strong influence on repocop.

COPYING

Copyright (c) 2008-2022 Igor Vlasenko, ALT Linux Team.

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

2022-09-15 perl v5.34.0