~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/gina-multiple-arch.txt

  • Committer: Stuart Bishop
  • Date: 2011-09-28 12:49:24 UTC
  • mfrom: (9893.10.1 trivial)
  • mto: This revision was merged to the branch mainline in revision 14178.
  • Revision ID: stuart.bishop@canonical.com-20110928124924-m5a22fymqghw6c5i
Merged trivial into distinct-db-users.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    ...              'dapper', 'dapper-updates']
93
93
    >>> proc = subprocess.Popen(gina_proc, stderr=subprocess.PIPE)
94
94
    >>> print proc.stderr.read()
 
95
    WARNING ...
95
96
    ERROR   Database setup required for run on powerpc
96
97
    -> http://... (Unable to find a processor...dapper/powerpc)
97
98
    <BLANKLINE>
113
114
    ...              'dapper', 'dapper-updates']
114
115
    >>> proc = subprocess.Popen(gina_proc, stderr=subprocess.PIPE)
115
116
    >>> print proc.stderr.read()
 
117
    WARNING ...
116
118
    WARNING No source package bdftopcf (0.99.0-1) listed for bdftopcf (0.99.0-1), scrubbing archive...
117
119
    WARNING The archive for dapper-updates/universe doesn't contain a directory for powerpc, skipping
118
120
    <BLANKLINE>