aboutsummaryrefslogtreecommitdiffstats
path: root/rrs/tools/rrs_upgrade_history.py
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-07-10 11:24:04 -0500
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:52 +1200
commit1f0935240d5e5bc36f7da4fbb828229112c599f7 (patch)
treee481c9044a673c1f985a3424abf964490722bbbb /rrs/tools/rrs_upgrade_history.py
parente8b258e71782a3d5b18e60a3a8a18f2bfe757bcb (diff)
downloadopenembedded-core-contrib-1f0935240d5e5bc36f7da4fbb828229112c599f7.tar.gz
rrs/tools: Remove call to tinfoil shutdown method.
Tinfoil shutdown was not accepted as patch into bitbake because this is a simple solution to a big problem. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'rrs/tools/rrs_upgrade_history.py')
-rwxr-xr-xrrs/tools/rrs_upgrade_history.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rrs/tools/rrs_upgrade_history.py b/rrs/tools/rrs_upgrade_history.py
index 03acbcecb2..ee0aa0c31d 100755
--- a/rrs/tools/rrs_upgrade_history.py
+++ b/rrs/tools/rrs_upgrade_history.py
@@ -158,8 +158,6 @@ def do_initial(layerbranch, ct, logger):
_create_upgrade(recipe_data, layerbranch, '', title,
info, logger, initial=True)
- tinfoil.shutdown()
-
utils.runcmd("git checkout master -f", repodir, logger=logger)
utils.runcmd("git branch -D %s" % (branch_name_tmp), repodir, logger=logger)
@@ -190,7 +188,6 @@ def do_loop(layerbranch, ct, logger):
for recipe_data in recipes:
_create_upgrade(recipe_data, layerbranch, ct, title,
info, logger)
- tinfoil.shutdown()
utils.runcmd("git checkout master -f", repodir, logger=logger)
utils.runcmd("git branch -D %s" % (branch_name_tmp), repodir, logger=logger)