2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-27 17:43:27 +00:00
bazel-lib/lib/tests/write_source_files
Josh Giles 3c0dbd5895
fix: Directory hidden files in write_source_file. (#860)
* Fix #667: Dir hidden files in write_source_file.

Copy and manage hidden files starting with "." in write_source_files.

Previously these files were not supported if they were in the top level
of the directory to copy.

* Add test and fix error messages from cp, chmod.

* Also fix executable dir case.

* Fix issue with copying directory rather than contents.
2024-06-11 00:30:53 -07:00
..
build_files_in_outs chore: update pre-commit buildifier (#563) 2023-09-29 14:42:33 -07:00
e2_dir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
e_dir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
es2_dir/subdir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
es_dir/subdir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
hidden_dir fix: Directory hidden files in write_source_file. (#860) 2024-06-11 00:30:53 -07:00
merged_dir chore: add example of using write_source_file to merge output tree artifact files with source files that are already in an output directory (#730) 2024-01-22 21:03:31 -08:00
subdir Add DefaultOutputPathInfo provider and update write_source_files to accept it (#48) 2022-03-14 17:33:52 -07:00
subdir_test_input/a/b/c feat: make bazel-lib the source-of-truth for Aspect recommended bazelrc settings (#369) 2023-02-16 16:59:21 -08:00
subpkg feat: allow write_source_file(s) to write source files to bazel packages outside of the target's package (#717) 2024-01-10 15:07:03 -08:00
symlinks_input feat: make bazel-lib the source-of-truth for Aspect recommended bazelrc settings (#369) 2023-02-16 16:59:21 -08:00
.gitignore feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
a.js feat: write_source_files 2022-02-07 10:00:35 -08:00
a2.js Add DefaultOutputPathInfo provider and update write_source_files to accept it (#48) 2022-03-14 17:33:52 -07:00
b.js feat: write_source_files 2022-02-07 10:00:35 -08:00
b2.js Add DefaultOutputPathInfo provider and update write_source_files to accept it (#48) 2022-03-14 17:33:52 -07:00
BUILD.bazel fix: Directory hidden files in write_source_file. (#860) 2024-06-11 00:30:53 -07:00
f.js Add DefaultOutputPathInfo provider and update write_source_files to accept it (#48) 2022-03-14 17:33:52 -07:00
f2.js Add DefaultOutputPathInfo provider and update write_source_files to accept it (#48) 2022-03-14 17:33:52 -07:00
g.js feat: replace default_info_files with output_files which adds output_group attribute (#50) 2022-03-15 17:36:22 -07:00
g2.js feat: replace default_info_files with output_files which adds output_group attribute (#50) 2022-03-15 17:36:22 -07:00
skylib_LICENSE fix: fix a bug where write_source_files diff_test fails on windows when 2022-06-16 09:10:30 -07:00
write_source_file_test.bzl feat: allow write_source_file(s) to write source files to bazel packages outside of the target's package (#717) 2024-01-10 15:07:03 -08:00