]> _ Git - alire.git/commit
Fix: preserve attributes on file copy (#1768)
authorAlejandro R Mosteo <amosteo@unizar.es>
Mon, 30 Sep 2024 11:19:40 +0000 (13:19 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 11:19:40 +0000 (13:19 +0200)
commit8972bc568a646cc1c7ba8ece7aad5d018368a37e
treef5a258f2c8301215ab8fcfd65036d94a22cd9d38
parentfbaa3daba0df73f73b4fc42869b3297ebace8370
Fix: preserve attributes on file copy (#1768)

* fix: preserve attributes on file copy

* Self-review
14 files changed:
alire.toml
deps/den
src/alire/alire-directories.adb
src/alire/alire-directories.ads
testsuite/tests/cache/sync-attrs/my_index/crates/crate/.emptydir [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/my_index/crates/crate/.gitignore [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/my_index/crates/crate/alire.toml [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/my_index/crates/crate/crate.gpr [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/my_index/crates/crate/myscript.sh [new file with mode: 0755]
testsuite/tests/cache/sync-attrs/my_index/crates/crate/src/crate.adb [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/my_index/index/cr/crate/crate-1.0.0.toml [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/test.py [new file with mode: 0644]
testsuite/tests/cache/sync-attrs/test.yaml [new file with mode: 0644]