|
git_archive(repo,
spec,
output_dir,
tmpdir_base,
treeish,
prefix,
comp_level,
with_submodules)
create a compressed orig tarball in output_dir using git_archive |
|
|
|
|
|
makedir(dir)
Create directory |
|
|
|
|
|
get_upstream_tree(repo,
spec,
options)
Determine the upstream tree from the given options |
|
|
|
get_tree(repo,
tree_name)
Get/create a tree-ish to be used for exporting and diffing. |
|
|
|
get_current_branch(repo)
Get the currently checked-out branch |
|
|
|
get_vcs_info(repo,
treeish)
Get the info for spec vcs tag |
|
|
|
guess_export_params(repo,
options)
Get commit and tree from where to export packaging and patches |
|
|
str
|
|
|
export_patches(repo,
spec,
export_treeish,
options)
Generate patches and update spec file |
|
|
|
is_native(repo,
options)
Determine whether a package is native or non-native |
|
|
|
setup_builder(options,
builder_args)
setup everything to use git-pbuilder |
|
|
|
update_tag_str_fields(fields,
tag_format_str,
repo,
commit_info)
Update string format fields for packaging tag |
|
|
|
packaging_tag_name(repo,
spec,
commit_info,
options)
Compose packaging tag as string |
|
|
|
create_packaging_tag(repo,
tag,
commit,
version,
options)
Create a packaging/release Git tag |
|
|
|
disable_hooks(options)
Disable all hooks (except for builder) |
|
|
|
parse_args(argv,
prefix,
git_treeish=None)
Parse config and command line arguments |
|
|
|
main(argv)
Entry point for git-buildpackage-rpm |
|
|