1 2 3 4 5 6 7 8 9 10 11 |
#!/usr/bin/env python # -*- coding: utf8 -*- print (" No pre-tasks defined yet.") # TODO: # - fetch DB from unifield servers # - restore them # - check that all branches are updated (from given paths in unifield.config) # - launch a unifield server regarding some path in unifield.config file # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |