Esempio n. 1
0
 def command_pull_all(self):
     for repo in glob.glob('boten/repo/*'):
         yield utils.local_cmd('git pull', cwd=repo)
Esempio n. 2
0
 def command_pull(self):
     yield utils.local_cmd("git pull")