rosedu / vmchecker

Automatic assignment checker
http://vmchecker.cs.pub.ro/
MIT License
36 stars 34 forks source link

Do not overwrite /etc/vmchecker files on setup.py install #66

Open valenting opened 9 years ago

valenting commented 9 years ago

config.list and ldap.config are overwritten when deploying an updated version setup.py should at least make a backup

valenting commented 9 years ago

A simple entry is needed in setup.py to copy files from /etc/vmchecker/ldap.config to /etc/vmchecker/ldap.config.bak (for example), and the same for config.list