2021-11-10 14:34:00 +00:00
|
|
|
load("//lib:docs.bzl", "stardoc_with_diff_test", "update_docs")
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2022-04-01 03:04:35 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "copy_file",
|
|
|
|
bzl_library_target = "//lib:copy_file",
|
|
|
|
)
|
|
|
|
|
2022-04-04 00:52:03 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "copy_directory",
|
|
|
|
bzl_library_target = "//lib:copy_directory",
|
|
|
|
)
|
|
|
|
|
2021-11-17 05:30:32 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "copy_to_directory",
|
2022-03-04 00:40:32 +00:00
|
|
|
bzl_library_target = "//lib:copy_to_directory",
|
2021-11-17 05:30:32 +00:00
|
|
|
)
|
|
|
|
|
2022-04-12 23:31:04 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "copy_to_bin",
|
|
|
|
bzl_library_target = "//lib:copy_to_bin",
|
|
|
|
)
|
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "docs",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:docs",
|
2024-02-06 01:43:58 +00:00
|
|
|
tags = ["some_random_tag_for_testing_pr746_regression"],
|
2021-11-10 14:34:00 +00:00
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2022-12-03 19:32:37 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "diff_test",
|
|
|
|
bzl_library_target = "//lib:diff_test",
|
|
|
|
)
|
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "expand_make_vars",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:expand_make_vars",
|
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2023-05-16 23:14:50 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "expand_template",
|
|
|
|
bzl_library_target = "//lib:expand_template",
|
|
|
|
)
|
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "params_file",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:params_file",
|
|
|
|
)
|
|
|
|
|
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "paths",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:paths",
|
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2023-09-21 17:12:47 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "lists",
|
|
|
|
bzl_library_target = "//lib:lists",
|
|
|
|
)
|
|
|
|
|
2023-10-03 20:00:58 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "tar",
|
|
|
|
bzl_library_target = "//lib:tar",
|
|
|
|
)
|
|
|
|
|
2021-11-10 14:34:00 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "utils",
|
2021-11-10 14:34:00 +00:00
|
|
|
bzl_library_target = "//lib:utils",
|
2021-11-08 14:20:26 +00:00
|
|
|
)
|
|
|
|
|
2021-12-09 00:47:45 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "jq",
|
2021-12-09 00:47:45 +00:00
|
|
|
bzl_library_target = "//lib:jq",
|
|
|
|
)
|
|
|
|
|
2022-01-28 02:15:28 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "write_source_files",
|
2022-01-28 02:15:28 +00:00
|
|
|
bzl_library_target = "//lib:write_source_files",
|
|
|
|
)
|
|
|
|
|
2022-03-04 00:40:32 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-03 00:00:53 +00:00
|
|
|
name = "directory_path",
|
2022-03-04 00:40:32 +00:00
|
|
|
bzl_library_target = "//lib:directory_path",
|
|
|
|
)
|
|
|
|
|
2022-03-15 00:33:52 +00:00
|
|
|
stardoc_with_diff_test(
|
2022-03-16 00:36:22 +00:00
|
|
|
name = "output_files",
|
|
|
|
bzl_library_target = "//lib:output_files",
|
2021-11-08 14:20:26 +00:00
|
|
|
)
|
2022-03-15 00:33:52 +00:00
|
|
|
|
2022-04-01 03:04:35 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "run_binary",
|
|
|
|
bzl_library_target = "//lib:run_binary",
|
|
|
|
)
|
|
|
|
|
2022-03-31 04:04:14 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "transitions",
|
|
|
|
bzl_library_target = "//lib:transitions",
|
|
|
|
)
|
|
|
|
|
2022-04-12 01:08:30 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "repo_utils",
|
|
|
|
bzl_library_target = "//lib:repo_utils",
|
|
|
|
)
|
|
|
|
|
2022-04-20 04:45:06 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "yq",
|
|
|
|
bzl_library_target = "//lib:yq",
|
|
|
|
)
|
|
|
|
|
2022-07-28 18:15:14 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "glob_match",
|
|
|
|
bzl_library_target = "//lib:glob_match",
|
|
|
|
)
|
|
|
|
|
2022-04-28 21:18:06 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "host_repo",
|
|
|
|
bzl_library_target = "//lib:host_repo",
|
|
|
|
)
|
|
|
|
|
2022-09-14 04:58:08 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "platform_utils",
|
|
|
|
bzl_library_target = "//lib:platform_utils",
|
|
|
|
)
|
|
|
|
|
2022-07-15 05:32:39 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "stamping",
|
|
|
|
bzl_library_target = "//lib:stamping",
|
|
|
|
)
|
|
|
|
|
2022-08-05 00:53:22 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "testing",
|
|
|
|
bzl_library_target = "//lib:testing",
|
|
|
|
)
|
|
|
|
|
2022-11-26 01:00:02 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "base64",
|
|
|
|
bzl_library_target = "//lib:base64",
|
|
|
|
)
|
|
|
|
|
2023-01-16 18:02:17 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "repositories",
|
|
|
|
bzl_library_target = "//lib:repositories",
|
|
|
|
)
|
|
|
|
|
2023-02-17 22:34:06 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "bazelrc_presets",
|
|
|
|
bzl_library_target = "//lib:bazelrc_presets",
|
|
|
|
)
|
|
|
|
|
2023-05-15 19:15:55 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "strings",
|
|
|
|
bzl_library_target = "//lib:strings",
|
|
|
|
)
|
|
|
|
|
2023-12-20 21:08:47 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "bats",
|
|
|
|
bzl_library_target = "//lib:bats",
|
|
|
|
)
|
|
|
|
|
2024-03-18 22:38:24 +00:00
|
|
|
stardoc_with_diff_test(
|
|
|
|
name = "resource_sets",
|
|
|
|
bzl_library_target = "//lib:resource_sets",
|
|
|
|
)
|
|
|
|
|
2024-08-08 19:56:11 +00:00
|
|
|
update_docs(
|
|
|
|
tags = ["skip-on-bazel6"],
|
|
|
|
)
|