gear-srpmimport(1)
| GEAR-SRPMIMPORT(1) | User Commands | GEAR-SRPMIMPORT(1) |
NAME
gear-srpmimport - Incrementally import source packages to git repository
SYNOPSIS
gear-srpmimport [options]
<source-package>...
gear-srpmimport [options] --stdin
DESCRIPTION
gear-srpmimport - incrementally import source packages to git repository.
OPTIONS
- --branch=BRANCH
- branch name where to import (default is "srpms");
- --import-only
- do not perform a checkout after importing;
- --no-unpack
- do not unpack source archives;
- --rules=FILENAME
- gear rules filename (default is ".gear/rules");
- --spec-pattern=PATTERN
- specfile pattern list (default is "*.spec");
- --stdin
- read source package file names from stdin;
- -q, --quiet
- try to be more quiet;
- -v, --verbose
- print a message for each action;
- -V, --version
- print program version and exit;
- -h, --help
- show this text and exit.
ENVIRONMENT
- GIT_DIR
- If the GIT_DIR environment variable is set then it specifies a path to use instead of the default for the base of the repository.
AUTHOR
Written by Dmitry V. Levin <ldv@altlinux.org>
REPORTING BUGS
Report bugs to https://bugzilla.altlinux.org/
COPYRIGHT
Copyright © 2006-2020 Dmitry V. Levin
<ldv@altlinux.org>
Copyright © 2006-2018 Alexey Gladkov <legion@altlinux.org>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
SEE ALSO
gear(1), gear-rules(5), git(7), rpm2cpio(8).
| November 2022 | gear 2.6.0 |
