~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/buildrecipe

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-11-04 09:29:43 UTC
  • mfrom: (14220.2.6 bug-884649-branch-3)
  • Revision ID: launchpad@pqm.canonical.com-20111104092943-uj6u6nxbames3cds
[r=julian-edwards][bug=884649] Limit 2nd binary-domination pass to
 packages with arch-indep publications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        retcode = call_report_rusage([
124
124
            'bzr', 'dailydeb', '--safe', '--no-build', recipe_path,
125
125
            self.tree_path, '--manifest', manifest_path,
126
 
            '--allow-fallback-to-native', '--append-version',
127
 
            '~%s1' % self.distroseries_name], env=env)
 
126
            '--append-version', '~%s1' % self.distroseries_name], env=env)
128
127
        if retcode != 0:
129
128
            return retcode
130
129
        (source,) = [name for name in os.listdir(self.tree_path)