aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-03-29 00:50:32 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:53 +1200
commit4b268a08b8eb5261937879e136ccb12fb3cf867e (patch)
tree816cc51030b5bcefb143fd7164c8fb09d813b062
parent518e280a4612e033b9144f7f4c6fd5b63b192a98 (diff)
downloadopenembedded-core-contrib-4b268a08b8eb5261937879e136ccb12fb3cf867e.tar.gz
rrs_upgrade_history: drop final clean
We don't really need to clean up the repository, we'll take care of it on subsequent runs. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-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 5489ac6156..cf808cf00c 100755
--- a/rrs/tools/rrs_upgrade_history.py
+++ b/rrs/tools/rrs_upgrade_history.py
@@ -177,9 +177,6 @@ def upgrade_history(options, logger):
maintplanbranch.upgrade_rev = ct
maintplanbranch.upgrade_date = ctdate
maintplanbranch.save()
-
- if commit_list:
- utils.runcmd("git clean -dfx", repodir, logger=logger)
finally:
utils.unlock_file(lockfile)