bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
216 stars 174 forks source link

Remove top level .bzl files. They are all in //pkg. #688

Closed aiuto closed 1 year ago

aiuto commented 1 year ago

These are left over from an early stage where the rules were not under //pkg.

RELNOTES: pkg_* rules now must be loaded from @rules_pkg//pkg:x.bzl. The legacy redirections at the top level are removed.

aiuto commented 1 year ago

Looks like there's a few more .bzl files in the root that don't need to be there, e.g Should they be removed too? Done