summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm15
1 files changed, 15 insertions, 0 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index 4d4a52495..e7697b42d 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -385,6 +385,21 @@ changed flags, and search for a specific condition like C<added eq 'review-'>.
=back
+=head2 install-before_final_checks
+
+Allows execution of custom code before the final checks are done in
+checksetup.pl.
+
+Params:
+
+=over
+
+=item C<silent>
+
+A flag that indicates whether or not checksetup is running in silent mode.
+
+=back
+
=head2 install-requirements
Because of the way Bugzilla installation works, there can't be a normal