mirror of
https://github.com/redmine/redmine.git
synced 2026-07-13 10:02:22 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user