This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Hooks

Git hooks

1 - Bazel targets

NameInfo
changelog
locationsh/git-hooks/BUILD.bazel:11:17
name//sh/git-hooks:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationsh/git-hooks/BUILD.bazel:11:17
name//sh/git-hooks:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //sh/git-hooks:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationsh/git-hooks/BUILD.bazel:11:17
name//sh/git-hooks:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //sh/git-hooks:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationsh/git-hooks/BUILD.bazel:11:17
name//sh/git-hooks:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationsh/git-hooks/BUILD.bazel:11:17
name//sh/git-hooks:changelog.template
ruleClass_write_file
ruleOutput
  • //sh/git-hooks:changelog.template.md
visibility
  • //visibility:private
install
locationsh/git-hooks/BUILD.bazel:16:8
name//sh/git-hooks:install
ruleClassgenrule
ruleOutput
  • //sh/git-hooks:install-bin
visibility
  • //visibility:private
readme
locationsh/git-hooks/BUILD.bazel:6:10
name//sh/git-hooks:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationsh/git-hooks/BUILD.bazel:6:10
name//sh/git-hooks:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationsh/git-hooks/BUILD.bazel:6:10
name//sh/git-hooks:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public

2 - Changelog

  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Add changelog for all packages (a6ebf9)
  • Add bzl_target_doc (c5636e)
  • Update readmes (2c9d62)
  • Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
  • Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
  • Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)