summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-01-05 19:50:29 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-04-10 18:31:51 +0200
commit1a0afb41ae304ce5d99155dc1765bb2c67bec3b1 (patch)
tree5c6aa71c05b73715c3950d57a860d087ab264c39
parent461db25a06d3da64907c6afe51a0fd50cb975527 (diff)
downloadbugzilla-1a0afb41ae304ce5d99155dc1765bb2c67bec3b1.tar.gz
bugzilla-1a0afb41ae304ce5d99155dc1765bb2c67bec3b1.tar.xz
WIP: disable broken requirements check in migration class
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--Bugzilla/Migrate.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm
index da2d1a750..427aa15e6 100644
--- a/Bugzilla/Migrate.pm
+++ b/Bugzilla/Migrate.pm
@@ -281,6 +281,10 @@ sub bugs {
sub check_requirements {
return;
my $self = shift;
+ # FIXME: This is broken. the function that is called doesn't exist any more
+ # and I don't see an apparent replacement to use here. doesn't matter much
+ # for debugging so just disable it for now
+ return;
my $missing = Bugzilla::Install::Requirements::_check_missing(
$self->REQUIRED_MODULES, 1);
my %results = (