~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/archive.txt

[rs=buildbot-poller] automatic merge from stable. Revisions: 13201,
        13202, 13203, 13204, 13205 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
    >>> login("admin@canonical.com")
103
103
    >>> cprov_archive.relative_build_score = 100
104
 
    >>> cprov_archive.external_dependencies = "test"
 
104
    >>> cprov_archive.external_dependencies = "deb http://foo hardy bar"
105
105
 
106
106
The buildd_secret is used by the slave scanner when generating a
107
107
sources.list entry for the builder to access a private archive.  It is
1043
1043
    >>> print_dependencies(no_priv.archive)
1044
1044
    No dependencies recorded.
1045
1045
 
 
1046
    >>> login_person(no_priv)
1046
1047
    >>> archive_dependency = no_priv.archive.addArchiveDependency(
1047
1048
    ...     cprov.archive, release_pocket, main_component)
1048
1049
 
1058
1059
    ...     cprov.archive, release_pocket, main_component)
1059
1060
    Traceback (most recent call last):
1060
1061
    ...
1061
 
    ArchiveDependencyError: Only one dependency record per archive is
1062
 
    supported.
 
1062
    ArchiveDependencyError: This dependency is already registered.
1063
1063
 
1064
1064
'dependency' and target archive are the same.
1065
1065
 
1099
1099
    ...     getUtility(IComponentSet)['main'])
1100
1100
    Traceback (most recent call last):
1101
1101
    ...
1102
 
    ArchiveDependencyError: Only one dependency record per archive is
1103
 
    supported.
 
1102
    ArchiveDependencyError: This dependency is already registered.
1104
1103
 
1105
1104
Thus archive dependency removal can be performed simply by passing the
1106
1105
dependency target.