Fixed Task#verify_files, patching will now actually delete removed files now, some minor refactoring.

This commit is contained in:
2024-03-02 10:54:37 -06:00
parent cd0db4e0fc
commit fc643235b5
3 changed files with 169 additions and 168 deletions

View File

@@ -6,24 +6,6 @@ class W3DHub
def type
:repairer
end
# def execute_task
# fail_fast
# return false if failed?
# manifests = fetch_manifests
# return false if failed?
# packages = build_package_list(manifests)
# return false if failed?
# verify_files(manifests, packages)
# return false if failed?
# # pp packages.select { |pkg| pkg.name == "misc" }
# true
# end
end
end
end