summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-08-22 05:58:44 +0200
committermkanat%bugzilla.org <>2008-08-22 05:58:44 +0200
commit04ed105cb2a9b4c81b040745dee25f70572f1601 (patch)
tree780df483fd8a75621aefd898703a256a0e0cdb71 /Bugzilla/Hook.pm
parent54bbf193e80b46859d9aacf62a5f05081f3f143b (diff)
downloadbugzilla-04ed105cb2a9b4c81b040745dee25f70572f1601.tar.gz
bugzilla-04ed105cb2a9b4c81b040745dee25f70572f1601.tar.xz
Bug 439192: Add hook to the end of checksetup.pl
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
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