|
is_ancestor(repo,
parent,
child)
Check if commit is ancestor of another |
|
|
|
generate_patches(repo,
start,
end,
outdir,
options)
Generate patch files from git |
|
|
|
|
|
update_patch_series(repo,
spec,
start,
end,
options)
Export patches to packaging directory and update spec file
accordingly. |
|
|
|
parse_spec(options,
repo,
treeish=None)
Find and parse spec file. |
|
|
|
find_upstream_commit(repo,
spec,
upstream_tag)
Find commit corresponding upstream version |
|
|
|
export_patches(repo,
options)
Export patches from the pq branch into a packaging branch |
|
|
tuple
|
safe_patches(queue,
tmpdir_base)
Safe the current patches in a temporary directory below
'tmpdir_base'. |
|
|
|
get_packager(spec)
Get packager information from spec |
|
|
|
import_spec_patches(repo,
options)
apply a series of patches in a spec/packaging dir to branch the
patch-queue branch for 'branch' |
|
|
|
rebase_pq(repo,
options)
Rebase pq branch on the correct upstream version (from spec file). |
|
|
|
build_parser(name)
Construct command line parser |
|
|
|
parse_args(argv)
Parse command line arguments |
|
|
|
main(argv)
Main function for the gbp pq-rpm command |
|
|