~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/factory.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-11-21 04:19:35 UTC
  • mfrom: (14339.1.1 800295-delete-buildd-again)
  • Revision ID: launchpad@pqm.canonical.com-20111121041935-iwoh81iy9o5ssq09
[no-qa] [r=mbp] delete canonical.buildd,
 now it has moved to launchpad-buildd

Show diffs side-by-side

added added

removed removed

Lines of Context:
2700
2700
        Note: the builder returned will not be able to actually build -
2701
2701
        we currently have a build slave setup for 'bob' only in the
2702
2702
        test environment.
2703
 
        See lib/canonical/buildd/tests/buildd-slave-test.conf
2704
2703
        """
2705
2704
        if processor is None:
2706
2705
            processor_fam = ProcessorFamilySet().getByName('x86')