Add support for `--incompatible_compact_repo_mapping_manifest` (#32)

Along the way, fix two more bugs:
* gracefully handle the case of a missing repo mapping manifest
* consistently escape everything that ends up in a grep pattern as a
literal

Work towards https://github.com/bazelbuild/bazel/issues/26262
2 files changed
tree: 962fe2aacf6b4ef2210efe4e83a09ba423aeed23
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. shell/
  5. tests/
  6. .bazelignore
  7. .bazelversion
  8. .gitignore
  9. CONTRIBUTING.md
  10. LICENSE
  11. MODULE.bazel
  12. README.md
  13. WORKSPACE
README.md

rules_shell

This repository contains the Bazel ruleset for shell scripts.