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

« back to all changes in this revision

Viewing changes to bin/ivle-buildjail

  • Committer: William Grant
  • Date: 2010-07-03 01:39:51 UTC
  • Revision ID: grantw@unimelb.edu.au-20100703013951-mo3i08jw494dddve
Install 'python' in the jail, not 'python2.5' -- we want the default system Python, and 2.5 doesn't exist on Lucid.

Show diffs side-by-side

added added

removed removed

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