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

« back to all changes in this revision

Viewing changes to setup/util.py

  • Committer: William Grant
  • Date: 2009-05-26 03:06:53 UTC
  • Revision ID: grantw@unimelb.edu.au-20090526030653-axxawt0o5ws4icbt
Remove ivle.conf usage from ivle.studpath.

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
# Mime types which will automatically be placed in the list by InstallList.
257
257
installlist_mimetypes = ['text/x-python', 'text/html',
258
258
    'application/x-javascript', 'application/javascript',
259
 
    'text/css', 'image/png', 'image/gif', 'application/xml']
 
259
    'text/css', 'image/png', 'image/gif', 'application/xml', 'text/plain']
260
260
# Filenames which will automatically be placed in the list by InstallList.
261
261
whitelist_filenames = ['ivle-spec.conf']
262
262
 
312
312
    list_user_binaries = [
313
313
        "bin/ivle-enrol",
314
314
        "bin/ivle-enrolallusers",
 
315
        "bin/ivle-fetchsubmissions",
315
316
        "bin/ivle-listusers",
316
317
        "bin/ivle-makeuser",
317
318
        "bin/ivle-marks",
321
322
        "bin/ivle-config",
322
323
        "bin/ivle-createdatadirs",
323
324
        "bin/ivle-buildjail",
 
325
        "bin/ivle-addexercise",
 
326
        "bin/ivle-cloneworksheets",
 
327
        "bin/ivle-refreshfilesystem",
324
328
    ]