We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeba88b commit f81fc59Copy full SHA for f81fc59
lib/tar.bzl
@@ -1,10 +1,13 @@
1
"""Re-export of https://registry.bazel.build/modules/tar.bzl to avoid breaking change.
2
+https://github.com/bazel-contrib/bazel-lib/pull/1083 moved these symbols to tar.bzl
3
TODO(3.0): delete
4
"""
5
6
load("@tar.bzl//tar:mtree.bzl", _mtree_mutate = "mtree_mutate", _mtree_spec = "mtree_spec")
-load("@tar.bzl//tar:tar.bzl", _tar = "tar")
7
+load("@tar.bzl//tar:tar.bzl", _tar = "tar", _tar_lib = "tar_lib", _tar_rule = "tar_rule")
8
9
mtree_mutate = _mtree_mutate
10
mtree_spec = _mtree_spec
11
tar = _tar
12
+tar_lib = _tar_lib
13
+tar_rule = _tar_rule
0 commit comments