130
129
:param sourcepackagename: A `SourcePackageName` that is being
131
130
published in `derived_series` or `parent_series`.
132
131
:param pocket: The `PackagePublishingPocket` for the publication.
136
132
:return: An iterable of `DistroSeriesDifferenceJob`.
140
136
"""Create jobs for all the publications inside the given distroseries
141
137
with reference to the given parent series.
143
139
:param derived_series: A `DistroSeries` that is assumed to be
144
140
derived from `parent_series`.
149
141
:return: An iterable of `DistroSeriesDifferenceJob` ids. We don't
150
142
return the Job themselves for performance reason.