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

debsigs-autosign - batch-sign Debian package files

Authors

       John Goerzen <jgoerzen@complete.org>
       Branden Robinson <branden@debian.org>

Description

debsigs-autosign reads a newline-delimited list of file names from standard input and runs debsigs(1) on
       each package, with arguments determined by the options, operands, and environment of debsigs-autosign.
       See the debsigs(1) manual page for more information about the signature types.

Environment

       The following environment variables are recognized by debsigs-autosign:

       DEBSIGS_ARCHIVE_IDDEBSIGS_MAINT_IDDEBSIGS_ORIGIN_ID
            The above variables specify cryptographic key identifiers for use with gpg(1).

       DEBSIGS_SECRING
            This variable identifies a secret keyring file for use with gpg(1).

Name

       debsigs-autosign - batch-sign Debian package files

Operands

       Each  operand  is  a  signature  type  to  apply  to  the  Debian  package(s) to be processed.  Currently
       recongnized signature types are archive, maint, and origin.

Options

--archive=keyid--maint=keyid--origin=keyid
            The above options specify cryptographic key identifiers for use with gpg(1).

       --secring=file
            This option identifies a secret keyring file for use with gpg(1).

       --verbose
            Displays verbose output.

See Also

debsigs(1), debsig-verify(1), gpg(1)

perl v5.40.0                                       2024-11-22                               DEBSIGS-AUTOSIGN(1p)

Synopsis

debsigs-autosign [options] sigtype [ ... ]

See Also