~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-buildjail

  • Committer: David Coles
  • Date: 2009-12-10 05:07:55 UTC
  • Revision ID: coles.david@gmail.com-20091210050755-10adc9gqwms971n2
Add python-configobj to ivle-buildjail as it is required for the correct functioning of IVLE

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
              build_path, mirror=options.apt_mirror)
85
85
 
86
86
    ivle.jailbuilder.debian.apt_update_cache(build_path)
 
87
    # Minimal required packages
87
88
    ivle.jailbuilder.debian.apt_install(build_path,
88
 
                        ['python2.5', 'python-cjson', 'python-svn'])
 
89
            ['python2.5', 'python-cjson', 'python-svn', 'python-configobj'])
89
90
 
90
91
    ivle.jailbuilder.debian.apt_clean(build_path)
91
92