Commit 4843c411 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization of jobs

r=gerv a=glob
parent 951fd407
...@@ -346,7 +346,8 @@ sub OPTIONAL_MODULES { ...@@ -346,7 +346,8 @@ sub OPTIONAL_MODULES {
{ {
package => 'TheSchwartz', package => 'TheSchwartz',
module => 'TheSchwartz', module => 'TheSchwartz',
version => 0, # 1.07 supports the prioritization of jobs.
version => 1.07,
feature => ['jobqueue'], feature => ['jobqueue'],
}, },
{ {
......
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
[% INCLUDE req_table reqs = OPTIONAL_MODULES [% INCLUDE req_table reqs = OPTIONAL_MODULES
new = ['Net-SMTP-SSL', 'HTML-FormatText-WithLinks', new = ['Net-SMTP-SSL', 'HTML-FormatText-WithLinks',
'File-MimeInfo', 'IO-stringy'] 'File-MimeInfo', 'IO-stringy']
updated = ['TheSchwartz']
include_feature = 1 %] include_feature = 1 %]
<h3 id="v44_req_apache">Optional Apache Modules</h3> <h3 id="v44_req_apache">Optional Apache Modules</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment