~lazypower/charms/precise/dns/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Charles Butler
  • Date: 2014-05-30 07:36:25 UTC
  • Revision ID: chuck@dasroot.net-20140530073625-19zzqcehkhlbu1y3
v0.0.4 release - Contains working Programmable interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
            'make',
39
39
            ], fatal=True)
40
40
 
41
 
        subprocess.call(['make', 'setup'])
 
41
        subprocess.call(['pip', 'install', '-r', 'requirements.txt',
 
42
                         '--upgrade'])
42
43
 
43
44
    def sanity_check(self):
44
45
        if not config()['domain']: