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

feat(build): #1282 assure purity removing dir #1285

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

rohaquinlop
Copy link
Contributor

@rohaquinlop rohaquinlop commented Jan 26, 2024

  • Update mailmap
  • Set HOME to a temp dir
  • Remove homeless-shelter dir if it exists
  • Create external function to fetch all packages
    names from a TOML file, including the extras

Approach:

  • Read the TOML file and get the packages.
  • Override the preUnpack function to set
    HOME to a temp dir.
  • Override the overrides function to combine,
    in case of conflict, the overrides that was passed
    will be the one that prevails.

@rohaquinlop rohaquinlop force-pushed the issue-1282 branch 7 times, most recently from b5ad1bf to 41508c4 Compare January 29, 2024 13:25
src/args/agnostic.nix Outdated Show resolved Hide resolved
- Update mailmap
- Set `HOME` to a temp dir
- Remove `homeless-shelter` dir if it exists
- Create external function to fetch all packages
names from a TOML file, including the extras

Approach:
- Read the TOML file and get the packages.
- Override the `preUnpack` function to set
`HOME` to a temp dir.
- Override the `overrides` function to combine,
in case of conflict, the `overrides` that was passed
will be the one that prevails.

Signed-off-by: Robin Quintero <[email protected]>
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@dsalaza4 dsalaza4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@rohaquinlop rohaquinlop merged commit b2cca5f into fluidattacks:main Jan 31, 2024
43 of 80 checks passed
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