mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-22 07:41:08 +00:00
docstring for copy()
This commit is contained in:
parent
d624e9d18f
commit
2aaa7de246
@ -310,6 +310,7 @@ def fetch_source_pkg(package, dist, version, component, ubuntu_release, mirror):
|
||||
mirrors=mirrors)
|
||||
|
||||
def copy(src_pkg, release, simulate=False, force=False):
|
||||
"""Copy a source package from Debian to Ubuntu using the Launchpad API."""
|
||||
ubuntu = Distribution('ubuntu')
|
||||
debian_archive = Distribution('debian').getArchive()
|
||||
ubuntu_archive = ubuntu.getArchive()
|
||||
|
Loading…
x
Reference in New Issue
Block a user