aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05[pkg_deb] Fix multiline fields in changes file (#691)Ignas Kaziukėnas
2023-05-23Add a check to ensure that version.bzl and MODULE.bazel remain in sync. (#697)aiuto
2023-05-18Fix typos in doc strings in `verify_archive.bzl` (#700)Adrian Vogelsgesang
2023-05-18fix working dir on integration tests (#701)aiuto
2023-05-01Add support for setting uid/gid from pkg_attributes (#671)Austin Schuh
2023-05-01Fix spelling mistakes (#695)Vertexwahn
2023-05-01Remove top level .bzl files. They are all in //pkg. (#688)aiuto
2023-04-21Merge pull request #693 from bazelbuild/lberki-bazel-dev-archiveYun Peng
2023-04-21Replace reference to bazel-dev with GitHub Discussions.Lukacs T. Berki
2023-03-28add MODULE.bazel (#690)aiuto
2023-03-28Bump to 0.9.0 (#687)aiuto
2023-03-28swtich example to OutputGroupInfo (#689)aiuto
2023-03-28Add OutputGroupInfo for pkg_rpm rule (#684)Tomasz Wojno
2023-03-15pkg_tar should not prefix tree artifacts with ./ (#681)Clint Harrison
2023-03-15exec_tools -> tools (#680)aiuto
2023-03-01Update advise about pkg_files. (#679)aiuto
2023-02-15Add verify_archive rule to do e2e tests on built archives. (#669)aiuto
2023-02-15Fix a potential TypeException caused by None type (#668)Qingyu Sui
2023-02-13pkg_zip: Some unicode file handling fixes and basic tests (#641)aiuto
2023-02-13pkg_tar, pkg_zip: improve support for long paths on Windows (#672)Ryan Beasley
2023-02-09Update to rules_license 0.0.4 (#667)aiuto
2023-02-08Genericize package manifest system and interface (#660)Andrew Psaltis
2023-02-07update version to 8.1 to sync with bzlmod (#665)aiuto
2023-02-07Update MODULE.bazelaiuto
2023-01-11feat: expose tar manifest as an output (#643)Alex Eagle
2023-01-11Support license attribute in pkg_deb (#651)Nils Semmelrock
2023-01-04Replace the prebuilt rpmbuilt with a script (#649)aiuto
2023-01-02Add support for the txz extension in pkg_tar (#653) (#654)Doug Rabson
2022-11-23Explicitly store implicit parent directories in zip files (#640)Fabian Meumertzheim
2022-11-23Remove unnecessary `to_list()` calls (#639)Fabian Meumertzheim
2022-11-23Apply package_dir to pkg_mklink (#637)aiuto
2022-11-11fix doc refTony Aiuto
2022-11-11Merge remote-tracking branch 'upstream/main'Tony Aiuto
2022-11-04Update patching.mdaiuto
2022-11-04push docs for 0.8.0 (#635)aiuto
2022-11-04push docs for 0.8.0Tony Aiuto
2022-11-04Update README.mdaiuto
2022-11-02update version and changelog for release (#633)aiuto
2022-10-21Update docs to show $(var) usage and using ctx.var directly. (#621)aiuto
2022-10-20Example of how to write tests if you vendor dependencies. (#628)aiuto
2022-10-20Create basic bzlmod setup for rules_pkg. (#625)aiuto
2022-10-20remove unneeded loadTony Aiuto
2022-10-19Bazel 6.0: Fix config_setting visibility failure on bazel CI (#627)Greg
2022-10-10Rough prototype of @since processing. (#617)aiuto
2022-10-10Allow $(var) substitution in filenames (#620)aiuto
2022-09-23Adjust tar tests to have a test case for #297 (#618)aiuto
2022-09-16Cosmetic. Improve the error messageing for duplicate files in check_dest. (#616)aiuto
2022-09-15First cut at runfiles support in pkg_* rules (#605)aiuto
2022-09-13Do not warn if the origin paths are the same. (#615)Alexander Faxå
2022-09-12Create an example of the kind of link tree Node users must create (#603)aiuto