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

« back to all changes in this revision

Viewing changes to setup/install.py

setup/configure.py: Removed exception handling of IOErrors when writing conf.
Just let it go up to the top.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
Create $target/bin.
34
34
Copy bin/trampoline/trampoline to $target/bin.
35
35
Copy bin/timount/timount to $target/bin.
36
 
Copy etc/ivle.conf to /etc/ivle/ivle.conf.
37
36
chown and chmod the installed trampoline.
38
37
Copy www/ to $target.
39
38
Copy subjects/ to subjects directory (unless --nosubjects specified).
119
118
    timountpath = os.path.join(lib_path, 'timount')
120
119
    util.action_copyfile('bin/timount/timount', timountpath, dry)
121
120
 
122
 
    ivleconfpath = mip('/etc/ivle/ivle.conf')
123
 
    util.action_copyfile('etc/ivle.conf', ivleconfpath, dry)
124
 
 
125
121
    # Copy in the services (only usrmgt-server is needed on the host, but
126
122
    # the jail build requires the rest).
127
123
    util.action_copylist(install_list.list_services, share_path, dry)