mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 16:31:28 +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)
|
mirrors=mirrors)
|
||||||
|
|
||||||
def copy(src_pkg, release, simulate=False, force=False):
|
def copy(src_pkg, release, simulate=False, force=False):
|
||||||
|
"""Copy a source package from Debian to Ubuntu using the Launchpad API."""
|
||||||
ubuntu = Distribution('ubuntu')
|
ubuntu = Distribution('ubuntu')
|
||||||
debian_archive = Distribution('debian').getArchive()
|
debian_archive = Distribution('debian').getArchive()
|
||||||
ubuntu_archive = ubuntu.getArchive()
|
ubuntu_archive = ubuntu.getArchive()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user