Home
last modified time | relevance | path

Searched refs:__run (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py173 def __run(cmd): function
188 __run('git fetch')
189 __run('git checkout %s' % rev)
190 __run('git tag -f devtool-base-new')
191 __run('git submodule update --recursive')
192 __run('git submodule foreach \'git tag -f devtool-base-new\'')
193 (stdout, _) = __run('git submodule --quiet foreach \'echo $sm_path\'')
217 __run('git checkout devtool-base -b devtool-%s' % newpv)
245 (stdout,_) = __run('git ls-files --modified --others')
259 __run('git tag -f devtool-base-%s' % newpv)
[all …]