コード例 #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
ファイル: pullall.py プロジェクト: vrx/esonoclaste_pyparse
#! /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
ファイル: pushall.py プロジェクト: vrx/esonoclaste_pyparse
#! /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")