~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/distribution.txt

[r=bac][bug=777120] Fix the vocabulary of possible parents to use
        DSP. Fix initseries page to hide the rebuild option the
        distribution already has an initialized series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    >>> gentoo.has_published_binaries
143
143
    False
144
144
 
 
145
You can use the has_published_sources property to find out if the
 
146
distribution has any published sources.
 
147
 
 
148
    >>> ubuntu.has_published_sources
 
149
    True
 
150
 
 
151
    >>> gentoo.has_published_sources
 
152
    False
 
153
 
145
154
 
146
155
Distribution Sorting
147
156
--------------------