1437
1450
def syncSources(self, source_names, from_archive, to_pocket,
1440
1453
# Find and validate the source package names in source_names.
1441
1454
sources = self._collectLatestPublishedSources(
1442
1455
from_archive, source_names)
1443
self._copySources(sources, to_pocket, to_series, include_binaries)
1457
sources, to_pocket, to_series, include_binaries,
1445
1460
def syncSource(self, source_name, version, from_archive, to_pocket,
1448
1463
# Check to see if the source package exists, and raise a useful error