~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/buildd-mass-retry.txt

  • Committer: William Grant
  • Date: 2011-05-04 02:45:25 UTC
  • mto: This revision was merged to the branch mainline in revision 12978.
  • Revision ID: william.grant@canonical.com-20110504024525-mflne8pvz9bxu624
BinaryPackageBuildSet.getByBuildID -> getByID.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  >>> from lp.soyuz.interfaces.binarypackagebuild import (
55
55
  ...     IBinaryPackageBuildSet)
56
56
  >>> from lp.soyuz.enums import PackagePublishingStatus
57
 
  >>> build = getUtility(IBinaryPackageBuildSet).getByBuildID(12)
 
57
  >>> build = getUtility(IBinaryPackageBuildSet).getByID(12)
58
58
  >>> pub = removeSecurityProxy(build.current_source_publication)
59
59
 
60
60
Let's mark the build from the previous run superseded.