#! /usr/bin/env python # -*- mode: python; coding: utf-8 ; python-indent: 2 -*- import vsutils as vsu vsu.rep_clear() vsu.rep_synchro('vsutils','../vspy/vsutils','git') vsu.rep_synchro('vsosc','../vspy/vsosc','git') vsu.rep_synchro('bcf','../vrac/bcf','git') vsu.gitpush() vsu.gitpush('../vspy') vsu.gitpush('../vrac')
#! /usr/bin/env python # -*- mode: python; coding: utf-8 ; python-indent: 2 -*- import vsutils as vsu vsu.gitpull() vsu.gitpull('../vspy') vsu.rep_clear() vsu.rep_synchro('vsutils','../vspy/vsutils','git') vsu.rep_synchro('vsosc','../vspy/vsosc','git') vsu.rep_synchro('vsparse','../vspy/vsparse','git') vsu.rep_synchro('vsaudio','../vspy/vsaudio','git')
#! /usr/bin/env python # -*- mode: python; coding: utf-8 ; python-indent: 2 -*- import vsutils as vsu vsu.rep_clear() vsu.rep_synchro("vsutils", "../vspy/vsutils", "git") vsu.rep_synchro("vsaudio", "../vspy/vsaudio", "git") vsu.rep_synchro("vsosc", "../vspy/vsosc", "git") vsu.rep_synchro("vsparse", "../vspy/vsparse", "git") vsu.gitpush() vsu.gitpush("../vspy")