Package gbp :: Package scripts :: Module pull
[hide private]
[frames] | no frames]

Module pull

Pull remote changes and fast forward debian, upstream and pristine-tar branch

Functions [hide private]
boolean
update_branch(branch, repo, options)
update branch to its remote branch, fail on non fast forward updates unless --force is given
 
build_parser(name)
 
parse_args(argv)
 
main(argv)
Variables [hide private]
  __package__ = 'gbp.scripts'
Function Details [hide private]

update_branch(branch, repo, options)

 

update branch to its remote branch, fail on non fast forward updates unless --force is given

Returns: boolean
branch updated or already up to date