summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
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-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-02Fix #612 (#613)aiuto
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-05-23use direct label for stamp detect (#591)aiuto
2022-05-16add an obvious args list to shut up buildifier (#586)aiuto
2022-05-10Support for setting executable bits. (#576)aiuto
2022-05-04Substitute package variables in `pkg_zip#package_dir`. (#577)David L. Jones
2022-04-07Make the .bzl files available as input to a bzl_library (#567)aiuto
2022-04-07Only allow .deb Description to be multiline. (#573)Sven Mueller
2022-04-06Allow pkg_tar to have a package_dir == './' (#570)aiuto
2022-04-04Add default mode & owner handling to pkg_files.add_label_list. (#558)aiuto
2022-04-01Split apart archive.py to archive and tar_writer (#557)aiuto
2022-04-01Add tree artifact support to pkg_zip (#537)aiuto
2022-03-29Move CHANGELOG.md to the top level. (#548)aiuto
2022-03-16Fix a regression in handling tar deps to pkg_tar when there is a file prefix ...aiuto
2022-03-15Fix wrong URL in generated release notes (#561)Gunnar Wagenknecht
2022-03-07Get rid of the long deprecated archive_name and extension from pkg_zip. (#552)aiuto
2022-03-05Stop stripping tree artifact root name in pkg_tar and pkg_zip. (#555)aiuto
2022-03-04Fix pkg_tar to not add the ./ to the prefix of every member. (#554)aiuto
2022-03-03drop archive_name from pkg_tar and pkg_deb (#553)aiuto
2022-03-01Refactor archive.py to make adding parent directories easier to understand (#...aiuto
2022-02-16Add @rules_license style license declarations (#508)aiuto
2022-02-16Try to make the docs a little better. (#524)aiuto
2022-02-15move the rpmbuild toolchain definition to //toolchains/rpm. (#514)aiuto
2022-02-15Fix RPM source date epoch for rpmbuild 4.17+ (#529)aiuto
2022-02-15Add `artifact_name` to `print_relnotes` (#541)aiuto
2022-02-14Stop archive writer from always adding './' as a root path. (#540)aiuto
2022-02-08split pkg_tar code out of //pkg:pkg.bzl (#528)aiuto
2022-02-08Move the designated place for pkg_tar to be //pkg:tar.bzl. (#526)aiuto
2022-02-07Convert pkg_tar to using ctx.args to build the arg string. (#525)aiuto
2022-02-07remove --legacy_manifest (#511)aiuto
2022-02-03Fix some lint warnings. (#519)aiuto
2022-02-03Fix some typos (#516)aiuto
2022-01-29Add symlink support to pkg_zip (#499)aiuto
2022-01-28Add docs baseline for 0.6.0 (#509)aiuto
2022-01-28Move build_tar to pkg/private/tar (#490)aiuto
2022-01-20Rename pkg_mklink.src to target (#496)upstream/0.6.0aiuto
2022-01-06Bump bazel_skylib dependency to 1.1.1 (#502)Alexandre Rostovtsev
2021-12-25turn on use of target_compatible_with for make_rpm. (#448)aiuto
2021-12-15pkg_rpm: Don't have source_date_epoch apply by default; test modularity clean...Andrew Psaltis
2021-12-07Improved doc generation: Produce a single reference doc. (#474)aiuto
2021-12-07Stop using //tests/testdata/*.ar for legacy rpm smoke test input files. (#464)aiuto
2021-12-06Split pkg_zip implementation out of pkg.bzl (#461)aiuto