bazelbuild / rules_pkg

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

Remove PackageArtifactsInfo. #752

Closed aiuto closed 11 months ago

aiuto commented 11 months ago

Fixes #396

RELNOTES: No rules return a PackageArtifactsInfo provider. Rules which return multiple files (such as a .rpm and a .changes) now exclusively distinguish them through OutputGroupInfo.