~fginther/jenkins-launchpad-plugin/wait-for-node

« back to all changes in this revision

Viewing changes to autoland.py

  • Committer: Martin Mrazik
  • Date: 2012-10-25 10:10:37 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: martin.mrazik@canonical.com-20121025101037-5h0szkvlxdby0r5t
changed a debug message

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                      reviews=reviews)
96
96
        revision = target.bzr_branch.revno()
97
97
        logger.debug('New revision is: ' + str(revision))
98
 
        logger.debug('Going to close bugs')
 
98
        logger.debug('Closing bugs')
99
99
        launchpad.close_bugs(mp)
100
100
        dputResult = True
101
101
        if args['ppa']: