logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

challenged - detect broken packages due to obsolete dependencies

Author

       Pietro Abate and Roberto Di Cosmo

Description

       challenged performs a speculative analysis of the repository to identify those packages that, if upgraded
       to a specific version, would break a large number of other packages in the repository. This tool would be
       particularly  useful  during  the  upgrade of a specific component to evaluate its impact on the software
       archive.

Example

         challenged -v --progress Packages.bz2 > result.yaml

Input Specification

       The input of challenged is a list of Debian Packages files

Name

       challenged - detect broken packages due to obsolete dependencies

Note

Options

-b--broken
               Print the list of broken packages

       -d--downgrade
               Check package downgrades

       -c      Print the list of packages in a cluster

       --checkonlypackage[,package] ...
               Specifies a list of packages to check. By default all  packages  are  checked.   Takes  a  comma-
               separated list of package names and a version .

               Example: --checkonly "libc6 (=1.4), 2ping (= 1.2.3-1)"

       -v      Enable  info  / warnings / debug messages. This option may be repeated up to three times in order
               to increase verbosity.

       --progress
               Enable progress bars.

       -h,--help
               Display this list of options.

Output Specification

       The output of challenged is in the yaml format.

See Also

distcheck(1) outdated(1)

       <http://www.mancoosi.org> is the home page of the Mancoosi project.

                                                   2025-03-08                                 DOSE-CHALLENGED(1)

Synopsis

challenged [options] Packagesfile(s)

See Also