~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/sourcecode.py

  • Committer: Jonathan Lange
  • Date: 2009-09-10 04:35:57 UTC
  • mto: (9404.1.1 auto-land)
  • mto: This revision was merged to the branch mainline in revision 9408.
  • Revision ID: jml@canonical.com-20090910043557-tn680kusad0solnr
Slightly more verbose behaviour reporting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
    else:
135
135
        sourcecode_directory = os.path.join(root, 'sourcecode')
136
136
    config_filename = os.path.join(root, 'utilities', 'sourcedeps.conf')
 
137
    print 'Sourcecode: %s' % (sourcecode_directory,)
 
138
    print 'Config: %s' % (config_filename,)
137
139
    update_sourcecode(sourcecode_directory, config_filename)
138
140
    return 0