pmaint copy - copy binpkgs between repos; primarily useful for quickpkging a livefs pkg

Synopsis

pmaint copy [--domain DOMAIN] [-h] [--debug] [-q] [-v]
            [--color BOOLEAN] [-s SOURCE_REPO] [-i]
            target_repo query [query ...]

Positional Arguments

target_repo

repository to add packages to

query

packages matching any of these restrictions will be selected for copying

Config Options

--domain DOMAIN

custom pkgcore domain to use for this operation

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

Subcommand Options

-s, --source-repo SOURCE_REPO

copy strictly from the supplied repository; else it copies from wherever a match is found

-i, --ignore-existing

if a matching pkg already exists in the target, don’t update it