~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: mbp at canonical
  • Date: 2011-11-20 23:37:23 UTC
  • mto: This revision was merged to the branch mainline in revision 14344.
  • Revision ID: mbp@canonical.com-20111120233723-370p96db2crru5tm
Delete canonical.buildd again

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')