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

Switch debian push example to OutputGroupInfo #689

Closed aiuto closed 1 year ago

aiuto commented 1 year ago

PackageArtifactInfo was an unneeded idea that we should remove. Using OutputGroupInfo is more precise and cleaner than the old way.