Commit Graph

3 Commits

Author SHA1 Message Date
aiuto 1b033ddaee
use runfiles from rules_python (#768) 2023-10-28 11:14:40 -04:00
aiuto c969557b4a
Add symlink support to pkg_zip (#499)
* add symlink support to pkg_zip.  #309
* update tests to new mklink attributes
2022-01-29 00:34:38 -05:00
Max Vorobev 5cb060d9df Allow supplying package_dir of pkg_tar from a file (#57)
* Allow supplying package_dir of pkg_tar from a file

* refactor: use shared implementation of GetFlagValue

* bugfix: os.fsencode is only available on Python 3

* add unittests for helpers.GetFlagValue

* Integration tests verifying package_file and package_file_test behave identically

* Add .gitignore file to ignore IDE/Bazel data

* address comments from second review
2019-07-25 23:01:00 -04:00