summaryrefslogtreecommitdiffhomepage
path: root/debian/show_paths.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'debian/show_paths.bzl')
-rw-r--r--debian/show_paths.bzl9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/show_paths.bzl b/debian/show_paths.bzl
deleted file mode 100644
index 366b9d2e8..000000000
--- a/debian/show_paths.bzl
+++ /dev/null
@@ -1,9 +0,0 @@
-"""Formatter to extract the output files from pkg_deb."""
-
-def format(target):
- provider_map = providers(target)
- return "\n".join([
- provider_map["OutputGroupInfo"].out.to_list()[0].path,
- provider_map["OutputGroupInfo"].deb.to_list()[0].path,
- provider_map["OutputGroupInfo"].changes.to_list()[0].path,
- ])