Deprecate broken Mantis and Trac migration rake tasks (#43918).

git-svn-id: https://svn.redmine.org/redmine/trunk@24565 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2026-04-09 00:49:50 +00:00
parent f34f62a332
commit 693a9f7802
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ require 'pp'
namespace :redmine do
task :migrate_from_mantis => :environment do
# TODO: Remove this unsupported Mantis migration task in a later version.
abort "This task is no longer maintained and cannot be used. It will be removed in a future version of Redmine."
module MantisMigrate

View File

@@ -21,6 +21,8 @@ require 'pp'
namespace :redmine do
desc 'Trac migration script'
task :migrate_from_trac => :environment do
# TODO: Remove this unsupported Trac migration task in a later version.
abort "This task is no longer maintained and cannot be used. It will be removed in a future version of Redmine."
module TracMigrate
TICKET_MAP = []