bazel-skylib/rules
aiuto e59b620b39
Fix execute bit on empty_test.sh (#206)
* make the tarball 555

* Split the bins out from the rest of the package and combine the
packages.

This solution is horrible. The better solution is
- We need something like pkgfilegroup in rules_pkg, so we can specify
  exectuable mode next to the file.
- But we do not want rules_pkg to appear in the rules/BUILD file
  because that would make a runtime dependency.

So we need to
- rewrite rules/BUILD when going into the package.
- or provide magic mapping of files names to mode bits
- or something entirely different.
2019-10-09 12:43:21 -04:00
..
private Fix to 1.0.1 - add missing .bzl files (#201) 2019-10-08 15:05:48 -04:00
BUILD Fix execute bit on empty_test.sh (#206) 2019-10-09 12:43:21 -04:00
analysis_test.bzl Minor formatting changes plus doc updates (#147) 2019-05-08 16:34:47 +02:00
build_test.bzl add documentation pages for rules/ and lib/ (#119) 2019-02-28 17:43:57 -05:00
common_settings.bzl fix formatting problem (#169) 2019-07-12 14:55:22 -04:00
copy_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00
diff_test.bzl Delete maprule. Fix Buildifier lint errors. (#192) 2019-09-17 14:03:22 +02:00
empty_test.sh Add a build_test rule. (#97) 2019-01-25 14:34:15 -05:00
native_binary.bzl New rules: native_binary and native_test (#152) 2019-05-14 13:33:01 +02:00
run_binary.bzl Fix repository for compatibility with --incompatible_no_support_tools_in_action_inputs (#156) 2019-05-23 20:07:27 +02:00
write_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00