2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 01:59:26 +00:00
Clone
4
Server side Git hooks
Michał Kępień edited this page 2019-01-07 05:59:34 -05:00

isc-projects/bind9

pre-receive

  • Prints a warning upon an attempt to push a branch whose name is not prefixed with either a GitLab issue number or a whitelisted GitLab username.
  • Prevents pushing any v9_* tag that is either not annotated or not signed.
  • Prevents pushing any v9_* tag that points to a tree with a CHANGES file containing entries which are not yet present in any maintained, public branch. This intends to prevent accidental disclosure of pending security releases.
  • Prevents any ref pointing to a tree containing CHANGES.SE in the top-level directory from being pushed. This intends to prevent accidental pushes of the Supported Preview editions of BIND to the public repository.