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

« back to all changes in this revision

Viewing changes to bin/ivle-buildjail

  • Committer: William Grant
  • Date: 2010-02-26 08:06:58 UTC
  • Revision ID: grantw@unimelb.edu.au-20100226080658-a57yf98u8smthfym
Update role docs with per-exercise worksheet completion stats, and note that lecturers hold the policy-specific tutor permissions regardless of the policy setting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
 
119
119
    ivle.jailbuilder.debian.apt_clean(build_path)
120
120
 
 
121
    # Configure locales to allow en_US.UTF-8 (which IVLE uses)
 
122
    ivle.jailbuilder.debian._execute_in_chroot(build_path,
 
123
        ['locale-gen', 'en_US.UTF-8'])
 
124
 
121
125
if conf['jail']['devmode']:
122
126
    # Copy all console and operating system files into the jail
123
127
    services_path = os.path.join(conf['paths']['share'], 'services')