From 4b268a08b8eb5261937879e136ccb12fb3cf867e Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 29 Mar 2018 00:50:32 +1300 Subject: 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 --- rrs/tools/rrs_upgrade_history.py | 3 --- 1 file changed, 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) -- cgit 1.2.3-korg