2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-28 21:33:48 +00:00
bazel-lib/lib/private
Jason Bedard 05a92b8b99
fix: show directory being copied to in copy_to_directory progress message (#345)
* fix: use formatted short_path in copy progress messages

* fix: display destination directory in copy_to_directory progress message
2023-02-05 20:47:02 -08:00
..
docs feat: hardlink generated files in copy_to_directory and copy_directory instead of copying (#321) 2023-01-16 17:19:13 -08:00
base64.bzl
base64.py
BUILD.bazel
copy_common.bzl fix: show directory being copied to in copy_to_directory progress message (#345) 2023-02-05 20:47:02 -08:00
copy_directory.bzl fix: show directory being copied to in copy_to_directory progress message (#345) 2023-02-05 20:47:02 -08:00
copy_directory_toolchain.bzl fix: update copy_directory and copy_to_directory to use binaries with copy concurrency limited (#352) 2023-02-01 16:14:51 -08:00
copy_file.bzl fix: show directory being copied to in copy_to_directory progress message (#345) 2023-02-05 20:47:02 -08:00
copy_to_bin.bzl Add copy_directory binary tool (#324) 2023-01-14 15:51:01 -08:00
copy_to_directory.bzl fix: show directory being copied to in copy_to_directory progress message (#345) 2023-02-05 20:47:02 -08:00
copy_to_directory_toolchain.bzl fix: update copy_directory and copy_to_directory to use binaries with copy concurrency limited (#352) 2023-02-01 16:14:51 -08:00
coreutils_toolchain.bzl feat: add coreutils toolchain (#332) 2023-01-16 21:02:17 +03:00
diff_test.bzl
diff_test_tmpl.bat
diff_test_tmpl.sh
directory_path.bzl
docs.bzl
expand_locations.bzl
expand_template.bzl
expand_variables.bzl
fail_with_message_test.bzl
glob_match.bzl
host_repo.bzl
jq.bzl
jq_toolchain.bzl fix: fix a bug where bazel run @jq//:jq cannot be run on M1 2023-02-03 08:15:48 -08:00
local_config_platform.bzl
output_files.bzl
params_file.bzl
parse_status_file.jq
patch.bzl
paths.bzl
platform_utils.bzl
repo_utils.bzl
run_binary.bzl
stamping.bzl
utils.bzl chore: update pre-bazel 6 work-around in utils to only apply for bazel versions < 6 (#320) 2023-01-14 12:13:02 -08:00
write_source_file.bzl fix: write_source_files incompatibility with bzlmod when writing from external repo 2023-01-09 10:54:51 -08:00
yq.bzl
yq_toolchain.bzl