|
guess_export_params(repo,
options)
Get commit and tree from where to export packaging and patches |
|
|
|
guess_export_dir(options,
tinfoil,
repo,
treeish)
Guess export directory |
|
|
|
export_patches(repo,
bbfile,
export_treeish,
options)
Generate patches and update recipe |
|
|
|
is_native(repo,
options)
Determine whether a package is native or non-native |
|
|
|
setup_builder(options,
builder_args)
Setup everything to use git-pbuilder |
|
|
|
bb_get_local_files(bbfile,
tgt_dir,
whole_dir=False)
Get (local) packaging files |
|
|
|
dump_meta(cfg_data,
options,
repo,
treeish,
dump_dir)
Parse and dump meta information from a treeish |
|
|
|
build_parser(name,
prefix=None,
git_treeish=None)
Create command line parser |
|
|
|
parse_args(argv,
prefix,
git_treeish=None)
Parse config and command line arguments |
|
|
|
main(argv)
Entry point for git-buildpackage-bb |
|
|