Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ketchup(1) [debian man page]

KETCHUP(1)						      General Commands Manual							KETCHUP(1)

NAME
ketchup - Utility to update the kernel source SYNOPSIS
ketchup [options] <ver> DESCRIPTION
This tool synchronises a local kernel tree with a desired kernel version and patch set from a kernel.org mirror. The default requires a GPG key on your keyring, to verify the identity of the patches and source archives. Entire kernel images are not downloaded unless necessary, so bandwidth is saved. Patches are applied and removed as necessary to attain the requested version. OPTIONS
-a --archive (~/.ketchup) cache directory -d --directory (.) directory to update -f --full-tarball if unpacking a tarball, download the latest -g --gpg-path (/usr/bin/gpg) path for GnuPG -G --no-gpg disable GPG signature verification -k --kernel-url (http://www.kernel.org/pub/linux/kernel) base url for kernel.org mirror -l --list-trees list supported trees -m --show-makefile output version in makefile <arg> -n --dry-run don't download or apply patches -o --only-dl don't apply patches -p --show-previous output version previous to <arg> -q --quiet reduce output -r --rename-directory rename updated directory to linux-<v> -s --show-latest output the latest version of <arg> -u --show-url output URL for <arg> -w --wget (/usr/bin/wget) command to use for wget CONFIGURATION
Ketchup will read files named .ketchuprc in $HOME and in the target kernel directory, with the kernel directory taking precedence. A .ketchuprc file uses the Python syntax and may set the following variables: default_tree The default_tree option specifies the kernel version to work with if one is not given on the command line. precommand The precommand option specifies a command to run before synchronising the kernel tree to the required version. postcommand The postcommand option specifies a command to run after synchronising the kernel tree to the required version. AUTHOR
ketchup was written by Matt Mackall <mpm@selenic.com>. This manual page was written by Baruch Even <baruch@debian.org>, for the Debian project (but may be used by others). Description text taken from a former packaging attempt of Jack Wasey <debian@jackwasey.com>. February 16, 2010 KETCHUP(1)

Check Out this Related Man Page

DSCVERIFY(1)						      General Commands Manual						      DSCVERIFY(1)

NAME
dscverify - verify the validity of a Debian package SYNOPSIS
dscverify [--keyring keyring] ... changes_or_dsc_filename ... DESCRIPTION
dscverify checks that the GPG signatures on the given .changes or .dsc files are good signatures made by keys in the current Debian keyrings, found in the debian-keyring and debian-maintainers packages. (Additional keyrings can be specified using the --keyring option any number of times.) It then checks that the other files listed in the .changes or .dsc files have the correct sizes and checksums (MD5 plus SHA1 and SHA256 if the latter are present). The exit status is 0 if there are no problems and non-zero otherwise. OPTIONS
--keyring keyring Add keyring to the list of keyrings to be used. --no-default-keyrings Do not use the default set of keyrings. --no-conf, --noconf Do not read any configuration files. This can only be used as the first option given on the command-line. --nosigcheck, --no-sig-check, -u Skip the signature verification step. That is, only verify the sizes and checksums of the files listed in the .changes or .dsc files. --verbose Do not suppress GPG output. --help, -h Display a help message and exit successfully. --version Display version and copyright information and exit successfully. CONFIGURATION VARIABLES
The two configuration files /etc/devscripts.conf and ~/.devscripts are sourced by a shell in that order to set configuration variables. Environment variable settings are ignored for this purpose. If the first command line option given is --noconf or --no-conf, then these files will not be read. The currently recognised variable is: DSCVERIFY_KEYRINGS This is a colon-separated list of extra keyrings to use in addition to any specified on the command line. KEYRING
Please note that the keyring provided by the debian-keyring package can be slightly out of date. The latest version can be obtained with rsync, as documented in the README that comes with debian-keyring. If you sync the keyring to a non-standard location (see below), you can use the possibilities to specify extra keyrings, by either using the above mentioned configuration option or the --keyring option. Below is an example for an alias: alias dscverify='dscverify --keyring ~/.gnupg/pubring.gpg' STANDARD KEYRING LOCATIONS
By default dscverify searches for the debian-keyring in the following locations: - /org/keyring.debian.org/keyrings/debian-keyring.gpg - /usr/share/keyrings/debian-keyring.gpg - /usr/share/keyrings/debian-maintainers.gpg SEE ALSO
gpg(1) and devscripts.conf(5). AUTHOR
dscverify was written by Roderick Schertler <roderick@argon.org> and posted on the debian-devel@lists.debian.org mailing list, with several modifications by Julian Gilbey <jdg@debian.org>. DEBIAN
Debian Utilities DSCVERIFY(1)
Man Page