308
308
thousands of rows around in order to set up a distroseries.
310
310
IDistroSeries lists a series of preconditions for performing an
312
312
publishing records etc. Essentially this is a "Do not push this button
313
313
again" type set of assertions.
317
317
>>> login("foo.bar@canonical.com")
318
318
>>> humpy = ubuntu.newSeries('humpy', 'Humpy Hippo',
319
319
... 'The Humpy Hippo', 'Fat', 'Yo Momma',
320
320
... '99.2', None, hoary.owner)
323
323
>>> hoary.getPublishedSources('pmount').count()
325
325
>>> humpy.getPublishedSources('pmount').count()