示例#1
0
文件: pushall.py 项目: vrx/engrenages
#! /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')

示例#2
0
#! /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')
示例#3
0
#! /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")