charmhelpers.fetch.bzrurl module¶
-
class
charmhelpers.fetch.bzrurl.BzrUrlFetchHandler¶ Bases:
charmhelpers.fetch.BaseFetchHandlerHandler for bazaar branches via generic and lp URLs.
-
branch(source, dest, revno=None)¶
-
can_handle(source)¶ Returns True if the source can be handled. Otherwise returns a string explaining why it cannot
-
install(source, dest=None, revno=None)¶ Try to download and unpack the source. Return the path to the unpacked files or raise UnhandledSource.
-