mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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>
This commit is contained in:
parent
518e280a46
commit
4b268a08b8
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user