diff --git a/scripts/upgrade_oniro/upgrade_oniro.py b/scripts/upgrade_oniro/upgrade_oniro.py index 9b9d7fc9969494ce5c101632a756157f9f4e2bcf..ce985fd2ed4c2f3da078c18f47c6d81eae441c6e 100644 --- a/scripts/upgrade_oniro/upgrade_oniro.py +++ b/scripts/upgrade_oniro/upgrade_oniro.py @@ -146,7 +146,6 @@ def backup_oniro(): # - .repo folder # - If build_directory is not empty, backup its content excluding tmp* and tmp-newlib* directories # TODO add function description - # TODO add more verbose log # TODO add an option to backup build directories / DV layers ? from upgrade_oniro_utils import get_manifest_projects from datetime import datetime @@ -182,8 +181,6 @@ def backup_oniro(): def restore_oniro(): # TODO add function description - # TODO implement a way to scan the directory and find the latest backup - # TODO add a subcommand to restore oniro from a backup # TODO add an exception handling if the metadata file is not found import shutil from upgrade_oniro_utils import find_latest_backup