Daniel Holth
Daniel Holth
#243 also includes code coverage improvements for cph list
Yes, we should do a release.
conda-package-handling 2.0 assumes Python tarfile would be acceptable, since conda used it until a few years ago (2018?) This tarfile subclass helps to control permissions https://github.com/conda/conda-package-streaming/blob/main/conda_package_streaming/package_streaming.py#L32 but it should only...
On my OSX laptop, umask is `022`, `cph_test_data.tar.bz2` does not include explicit directory entries (that would otherwise be used to set directory permissions after tarfile.py extractall was finished), and ```...
In Linux, in conda's own dockerfile container, I get permissions like ``` drwxr-sr-x 5 test_user test_user 4.0K Jan 5 16:32 info drwxr-sr-x 3 test_user test_user 4.0K Jan 5 16:32 lib...
I see a number of vscode remote issues related to umask? Could this be related?
Relevant libarchive flags for conda-package-handling 1.x series? https://github.com/conda/conda-package-handling/blob/1.9.0/src/conda_package_handling/archive_utils_c.c#L144
We updated conda-package-streaming (which conda-package-handling uses) to respect umask. Does https://github.com/conda/conda-package-streaming/pull/65 fix this issue?
I see https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=685088&view=logs&j=8af117b0-dfa5-5d1c-b02e-a448dd16efdb&t=5255ce7d-8850-5a89-87a7-dc472af37343&l=14598 "Package at D:\bld\win-64\google-cloud-cpp-2.9.0-hf2ff781_0.conda did not contain valid index.json data. Please check the file and remove/redownload if necessary to obtain a valid package." which might be caused by...