aboutsummaryrefslogtreecommitdiff
path: root/distribution
AgeCommit message (Collapse)Author
2022-03-10Remove unused, empty //rules:bins filegroup, allowing us to simplify ↵Alexandre Rostovtsev
distribution/BUILD (#359) //rules:bins has not been used since 14f17ae7f71f347b5e720fca55e33df40bc4e5d5 Alternative to https://github.com/bazelbuild/bazel-skylib/pull/358
2020-02-18Fix buildifier issue failing on CI. (#234)Thomas Van Lenten
``` buildifier -lint=fix distribution/BUILD ```
2019-10-09Fix execute bit on empty_test.sh (#206)upstream/1.0.2aiuto
* make the tarball 555 * Split the bins out from the rest of the package and combine the packages. This solution is horrible. The better solution is - We need something like pkgfilegroup in rules_pkg, so we can specify exectuable mode next to the file. - But we do not want rules_pkg to appear in the rules/BUILD file because that would make a runtime dependency. So we need to - rewrite rules/BUILD when going into the package. - or provide magic mapping of files names to mode bits - or something entirely different.
2019-10-07fix distribution so that we get the right dependencies load (#200)aiuto
2019-08-23Use rules_pkg to make the skylib tarball for a release. (#185)aiuto
* add empty CHANGELOG.md to try to reuse bazel release.sh * checkpoint a new distribution method * Update CHANGELOG. * checkpoint relnew * get the tarball working * fix visibilyt * whitespace * punctuation typos * buildify * linty fresh