~openstack-charmers-archive/charms/trusty/ceph-radosgw/old-1410

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/fetch/__init__.py

  • Committer: james.page at ubuntu
  • Date: 2014-05-02 09:36:13 UTC
  • mfrom: (17.1.1 ceph-radosgw_trunk)
  • Revision ID: james.page@ubuntu.com-20140502093613-je3n5vqstx0itshg
Jorge Niedbalski R. 2014-04-24 Applies patch for fixing bug 1308557

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