Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(2.0): Add ArchiveInstaller #39

Merged
merged 1 commit into from
Apr 18, 2024
Merged

refactor(2.0): Add ArchiveInstaller #39

merged 1 commit into from
Apr 18, 2024

Conversation

tienvx
Copy link
Collaborator

@tienvx tienvx commented Apr 18, 2024

This is the second PR that add code to use Composer's terms. This one use the term Installer.

  • First, ArchiveInstaller download the extra archive
  • If the downloaded file is not valid (hashes doesn't match), then throw an error
  • If the downloaded file is valid, then it extract the file
  • Then the installer will cleanup files that are ignored
  • Then the installer will make files executable
  • Then it mark the extra archive as installed in the repository

@tienvx tienvx requested a review from JP-Ellis April 18, 2024 01:33
@tienvx tienvx force-pushed the archive-installer branch from c074b5b to 9b04d9f Compare April 18, 2024 01:37
@tienvx tienvx merged commit d0b7d6b into main Apr 18, 2024
23 checks passed
@tienvx tienvx deleted the archive-installer branch April 18, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants