-
Notifications
You must be signed in to change notification settings - Fork 43
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
/homeless-shelter issue #1282
Comments
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 26, 2024
- Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 26, 2024
- Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 26, 2024
- Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 26, 2024
- Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists - Update mailmap Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 26, 2024
- Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists - Update mailmap Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 29, 2024
- Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists - Update mailmap Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 29, 2024
- Update mailmap - Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists 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 <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 29, 2024
- Update mailmap - Set `HOME` to a temp dir - Remove `homeless-shelter` dir if it exists 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 <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 30, 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. Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 31, 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. Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Jan 31, 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. Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
rohaquinlop
added a commit
that referenced
this issue
Jan 31, 2024
feat(build): #1282 assure purity removing dir
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Jan 31, 2024
- Minor refactors to make-python-environment builtin for clarity Signed-off-by: Daniel Salazar <podany270895@gmail.com>
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Jan 31, 2024
- Minor refactors to make-python-environment builtin for clarity Signed-off-by: Daniel Salazar <podany270895@gmail.com>
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Jan 31, 2024
- Minor refactors to make-python-environment builtin for clarity Signed-off-by: Daniel Salazar <podany270895@gmail.com>
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Jan 31, 2024
- Minor refactors to make-python-environment builtin for clarity Signed-off-by: Daniel Salazar <podany270895@gmail.com>
rohaquinlop
added a commit
that referenced
this issue
Jan 31, 2024
refac(back): #1282 minor refactors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When updating makes-example found this issue, tried to solve it at the same repo but I think it's possible to solve this error here in the built-in.
Here you can see the logs and this is the PR with all my attempts and the issue.
Also, I don't know if it's related to this issue but found that in universe we are using
pylint
which is used in our built-inlintPython
and we are removing/homeless-shelter
, here you can see the code.The text was updated successfully, but these errors were encountered: