|
download_file(target_dir,
url)
Download a remote file |
|
|
|
download_source(pkg,
dirs)
Download package from a remote location |
|
|
|
committer_from_author(author,
options)
Get committer info based on options |
|
|
|
move_tag_stamp(repo,
tag_format,
tag_str_fields)
Move tag out of the way appending the current timestamp |
|
|
|
set_bare_repo_options(options)
Modify options for import into a bare repository |
|
|
|
import_spec_patches(repo,
spec,
dirs)
Import patches from a spec file to the current branch |
|
|
|
force_to_branch_head(repo,
branch) |
|
|
|
parse_args(argv)
Parse commandline arguments |
|
|
|
main(argv)
Main function of the git-import-srpm script |
|
|