repocop-selftest(1)

REPOCOP-SELFTEST(1) User Contributed Perl Documentation REPOCOP-SELFTEST(1)

NAME

repocop-selftest - test and purge broken repocop db.

SYNOPSIS

repocop-selftest [-n|--dry-run|--no-dry-run ] [-h|--help] [-v|--verbose] [-q|--quiet] [--workdir workdir]

DESCRIPTION

repocop-selftest checks repocop db for consistency and purges found broken records if any.

Currently it only checks metadata from main rpm.db.

OPTIONS

-n|--dry-run
Dry run. Purge nothing, just report.
-no-dry-run
Purge mode.
--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.

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.1