Lines Matching refs:check_call
310 def check_call(*command, **kargs): member in utils
468 utils.check_call("git","clone",
476 utils.check_call("git","pull",
480 utils.check_call("git","checkout","-qf",commit)
483 utils.check_call('dir',os.path.join('.git','modules'))
485 utils.check_call('ls','-la',os.path.join('.git','modules'))
487 utils.check_call("git","submodule","--quiet","update",
490 utils.check_call("git","submodule","--quiet","foreach","git","fetch")
602 return utils.check_call(*cmd)
703 utils.check_call(
709 utils.check_call('sudo','bash','-c','cat sources.list >> /etc/apt/sources.list')
712 utils.check_call('wget',key,'-O','apt.key')
713 utils.check_call('sudo','apt-key','add','apt.key')
714 utils.check_call(
716 utils.check_call(
719 utils.check_call(
776 utils.check_call('sudo','apt-get','-qq','update')
778 utils.check_call("pip","install","--user","PyYAML")
782 utils.check_call("git","submodule","update","--quiet","--init","--recursive")
788 utils.check_call('sudo','-E','apt-get','-yqq','update')
789 utils.check_call('sudo','apt-get','-yqq','purge','texlive*')
792 utils.check_call('sudo','apt-get','-yqq',
852 utils.check_call("git","submodule","update","--quiet","--init","--recursive")