summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-02update verupstream/0.9.1upstream-0.9.xTony Aiuto
2023-03-28add MODULE.bazel (#690)upstream/0.9.0aiuto
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)upstream/0.8.1aiuto
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)upstream/0.8.0aiuto
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
2022-09-08bump version for patch release (#614)upstream/0.7.1aiuto
2022-09-07Add a test for picking up globs in a filegroup. (#602)aiuto
2022-09-02Fix #612 (#613)aiuto
2022-08-22Mention the new --output=files (#608)Alex Eagle
2022-07-19Properly format the deb Description field, fix format of changes file. (#600)aiuto
2022-07-19Explicitly set the tar format to GNU. (#601)aiuto
2022-07-13Update README.md (#599)njlr
2022-06-11Fix typo "someon" -> "someone" (#594)Joe Lencioni