-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg installer: Fix ownership of files installed into $HOME (#784)
* Change permissions for .conda directory * Fix owner of files created by conda init * Ensure that only files from HOME or PREFIX are looped over * Add news items * Test file ownership for pkg installers * Remove install target * Use getpass.getuser instead of os.getlogin * Apply suggestions from code review Co-authored-by: jaimergp <[email protected]> * Use bash to update path * Update constructor/osx/update_path.sh Co-authored-by: jaimergp <[email protected]> * Change ownership of .condarc * Add conda config files to test files --------- Co-authored-by: jaimergp <[email protected]>
- Loading branch information
1 parent
a838162
commit c17eed5
Showing
4 changed files
with
80 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### Enhancements | ||
|
||
* <news item> | ||
|
||
### Bug fixes | ||
|
||
* Fix ownership of files created by the PKG installer outside of `$PREFIX`. (#784) | ||
|
||
### Deprecations | ||
|
||
* <news item> | ||
|
||
### Docs | ||
|
||
* <news item> | ||
|
||
### Other | ||
|
||
* <news item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters