~corey.bryant/charms/trusty/keystone/python-six

« back to all changes in this revision

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

  • Committer: Liam Young
  • Date: 2014-08-13 14:22:55 UTC
  • mfrom: (73.1.2 keystone)
  • Revision ID: liam.young@canonical.com-20140813142255-conhi1nncsxgnncf
[gnuoy, rs=jamespage] Sync charm-helpers from lp:charm-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    # Tell apt to build an in-memory cache to prevent race conditions (if
123
123
    # another process is already building the cache).
124
124
    apt_pkg.config.set("Dir::Cache::pkgcache", "")
 
125
    apt_pkg.config.set("Dir::Cache::srcpkgcache", "")
125
126
 
126
127
    cache = apt_pkg.Cache()
127
128
    _pkgs = []