Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Initial version of the git-rpm-ch tool which is intended for maintaining
RPM changelogs. Supports both spec files and separate "OBS style"
changelog files.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Initial version of the git-import-orig-rpm: version of git-import-orig
intended for maintaining rpm packages.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Initial version of git-buildpackage-rpm: git-buildpackage tool for rpms.
Also adds some new options to config.py that are exclusively used in
this tool.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com>
|
|
Initial version of gbp-pq-rpm: a tool for managing patch queues for rpm
packages.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Olev Kartau <olev.kartau@intel.com>
|
|
Initial version of the git-import-srpm: a tool for importing source
rpms.
Unit tests: created a separate method in TestHelp for RPM-specific
commands.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
|
|
since the later doesn't exist in python3
|
|
|
|
and robustify against invalid modules names.
|
|
So like git you can now use gbp <command> instead of git-<command> or
gbp-<command>. The manpages and docs aren't adjusted yet.
|
|
for cobertura style coverage information that can be picked up
by e.g. Jenkins
|
|
Makes it possible to not require test requirements by defining
WITHOUT_NOSETESTS environment variable when running setup.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Makes it possible to reuse code between various tests.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
the versions in Squeeze are recent enough.
|
|
|
|
|
|
This allows us to build on non Debian systems with setup.py only.
|
|
|
|
by moving the commands to gbp/scripts/
|
|
Add manpage, move into path, add bash completion
|
|
Thanks: Russ Allbery
Closes: #583078
|
|
by moving them from examples/ to /usr/bin/
|
|
to import mutiple dscs in one go
Closes: #471580
|
|
|
|
Furthermore pass '-v' in git import-orig on to git_load_dirs
|
|
|
|
uncommitted changes
|
|
|
|
|
|
|
|
|