commit e8f2b73fb5dc29152ec324deef840ff7ef06c4f6
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Sep 29 11:36:35 2021 -0500
fix(explode): Explode fails if directories are read-only
Explode fails to properly unarchive files if top-level directories in
the archive are read-only. Work around this issue by making them
writable so that they can be renamed.
M clitest/files_test.go
M clitest/test-data/output/TestFilesCli/files.exists.greg/stdout.expect
M clitest/test-data/output/TestFilesCli/files.upload.files_test.go.as.greg.2/stdout.expect
M clitest/test-data/output/TestFilesCli/files.upload.files_test.go.as.greg/stdout.expect
A clitest/test-data/output/TestFilesExplode/files.list.readonly/stdout.expect
A clitest/test-data/output/TestFilesExplode/files.upload.test-data/readonly.tar.as.readonly/readonly.tar.127416a337868051a34257271df4eb32/stdout.expect
A clitest/test-data/readonly.tar
M datastack/etags.go
End of Note