~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/launchpad_loggerhead/app.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-15 09:05:57 UTC
  • mfrom: (14518 devel)
  • mto: This revision was merged to the branch mainline in revision 14593.
  • Revision ID: launchpad@pqm.canonical.com-20111215090557-53p3uc20vtyr9vk1
[rs=buildbot-poller] automatic merge from stable. Revisions: 14517,
        14518 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
            if not os.path.isdir(cachepath):
239
239
                os.makedirs(cachepath)
240
240
            self.log.info('branch_url: %s', branch_url)
241
 
            base_api_url = config.appserver_root_url('api')
 
241
            base_api_url = allvhosts.configs['api'].rooturl
242
242
            branch_api_url = '%s/%s/%s' % (
243
243
                base_api_url,
244
244
                'devel',