aboutsummaryrefslogtreecommitdiff
path: root/pkg/pkg.bzl
AgeCommit message (Expand)Author
2024-01-04Move project to bazelbuild-rules_pkg.HEADmastermainYifan Hong
2022-02-08split pkg_tar code out of //pkg:pkg.bzl (#528)aiuto
2022-02-07Convert pkg_tar to using ctx.args to build the arg string. (#525)aiuto
2022-01-28Add docs baseline for 0.6.0 (#509)aiuto
2022-01-28Move build_tar to pkg/private/tar (#490)aiuto
2021-12-06Split pkg_zip implementation out of pkg.bzl (#461)aiuto
2021-11-09Fix use of name parameter to pkg_tar (#469)Ken Conley
2021-11-07refactor pkg_deb (#446)aiuto
2021-11-04Move pkg_deb documentation from .md file to .bzl (#445)aiuto
2021-11-03Reorganize the source tree (#443)aiuto
2021-10-22[pkg_deb] fix computation of changes file file name (#418)Motiejus Jakštys
2021-10-21Add "file" field to PackageArtifactInfo (#442)Andrew Psaltis
2021-08-09Restore `include_runfiles` support for pkg_tar. (#398)aiuto
2021-08-05Send symlinks from pkg_tar to build_tar via the manifest instead of the comma...aiuto
2021-08-05In pkg_tar, use manifest for empty_file instead of command line. (#372)aiuto
2021-07-30Add architecture_file parameter to pkg_deb (#390)Grant Monroe
2021-07-14Initial support for pkg_files* in pkg_zip (#373)aiuto
2021-07-07Refactor: move make_dep to private. No functional change (#374)aiuto
2021-07-06Initial support for pkg_* rules as srcs of pkg_tar (#367)aiuto
2021-06-21Add --stamp support to pkg_zip. (#365)aiuto
2021-06-09Fix some things that Google's strident buildifier warns about. (#363)aiuto
2021-06-09Change compute_data_path to use ctx as an input instead of output_file. (#359)aiuto
2021-06-08Remove the capability to have the Debian .changes file have a different (#342)aiuto
2021-05-29Code clean up. Move all pkg_tar compression logic to the same code block (#358)aiuto
2021-05-17Move build_tar, build_zip and helpers to private (#353)aiuto
2021-05-06Add stamp attribute to pkg_tar (in the style of cc_binary(stamp=-1,0,1) (#288)aiuto
2021-05-05Fix compression detection from tar file extension. (#345)aiuto
2021-04-21Support custom compression program (#320)Michael Hackner
2021-03-02Implemented package_variables substitution for package_dir attribute. (#305)Konstantin Erman
2021-02-04add package_file_name to pkg_deb and pkg_zip (#282)aiuto
2021-01-25Add support for triggers file to pkg_deb rule (#280)Martin Medler
2021-01-21Refactor usage of xz compression so tests are less fragile across platforms. ...aiuto
2021-01-19Lint fixes. No functional changes (#270)aiuto
2021-01-14pkg_tar: fix specifying "out" parameter (#266)Motiejus Jakštys
2021-01-13Fix error when using 'archive_name' attribute in pkg_tar (#253)Thi Doãn
2020-12-08fix bug in #194 (#262)aiuto
2020-12-07Fix issue #50 by adding package_base, but without changing current behaviour ...dmayle
2020-09-29Provide capability to rename archives based on configuration values (#198)aiuto
2020-09-23Use a symlink action, not a shell script (#232)Ulf Adams
2020-09-10Merge pull request #227 from dannysullivan/prefix-substringsDaniel Sullivan
2020-09-08Add attribute strip_prefix to pkg_zip (#221) (#230)David Schneider
2020-08-26Support "provides" in pkg_deb (#225)Shimin Guo
2020-08-24Avoid stripping prefixes with incomplete directory names.dannysullivan
2020-07-09Control mode on zip inputs (#96) (#97)Elliot Murphy
2020-07-01Allow custom archive name for pkg_tar, pkg_deb, and pkg_zip targets (#194)David Schneider
2020-05-27Change @rules_pkg// to @// to allow users to name the repo what they want. (#...aiuto
2020-05-27use the exec transition for tools. This is needed for python3 migration (#184)aiuto
2020-04-27Add support to generate stardoc. (#164)aiuto
2020-02-28Update pkg.bzl (#125)zoidbergwill
2019-11-15pkg_deb: Support Breaks and Replaces. (#117)Benjamin Peterson