~cf-charmers/charm-helpers/cloud-foundry

« back to all changes in this revision

Viewing changes to charmhelpers/fetch/__init__.py

  • Committer: Cory Johns
  • Date: 2014-05-07 21:33:15 UTC
  • mfrom: (133.1.12 charm-helpers)
  • Revision ID: cory.johns@canonical.com-20140507213315-wdunssq3pn30n0es
MergedĀ upstreamĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
            apt.write(PROPOSED_POCKET.format(release))
185
185
    if key:
186
186
        subprocess.check_call(['apt-key', 'adv', '--keyserver',
187
 
                               'keyserver.ubuntu.com', '--recv',
 
187
                               'hkp://keyserver.ubuntu.com:80', '--recv',
188
188
                               key])
189
189
 
190
190