mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-17 01:32:34 +00:00
Fixed Task#verify_files, patching will now actually delete removed files now, some minor refactoring.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user