Skip to content

Commit

Permalink
Add archive manipulation logic from rules_pkg (#1556)
Browse files Browse the repository at this point in the history
* Add archive manipulation logic from rules_pkg

* fix imports

* fix import

* buildifier
  • Loading branch information
alex1545 authored Jul 14, 2020
1 parent f674bb6 commit 2ae5f7f
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 5 deletions.
6 changes: 4 additions & 2 deletions container/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ py_binary(

py_library(
name = "build_tar_lib",
srcs = ["build_tar.py"],
srcs = [
"archive.py",
"build_tar.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
deps = [
requirement("python-gflags"),
requirement("six"),
"@rules_pkg//:archive",
],
)

Expand Down
Loading

0 comments on commit 2ae5f7f

Please sign in to comment.