~robru/cupstream2distro/do-something-sensible-with-oxide-mess

« back to all changes in this revision

Viewing changes to cupstream2distro/packagemanager.py

  • Committer: Robert Bruce Park
  • Date: 2015-09-29 20:33:05 UTC
  • Revision ID: robert.park@canonical.com-20150929203305-8br35rcaee6u07m2
Hopefully this works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
        packaging_path = join(silo_dir, PACKAGING_DIFF.format(self.name))
207
207
        tmp_path = packaging_path + '.tmp'
208
208
        debdiff_env = os.environ.copy()
209
 
        tmpdir = expanduser('~/debdiff')
210
 
        debdiff_env.update(TMPDIR=tmpdir, TMP=tmpdir, TEMP=tmpdir)
 
209
        debdiff_env.update(TMPDIR=expanduser('~/debdiff'))
211
210
        with open(full_path, 'wb') as full_diff:
212
211
            log_value_of.full_path()
213
212
            log_call(['debdiff', old_dsc or '', new_dsc],