[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-51-g249d1d6

Ondřej Surý ondrej at sury.org
Tue Dec 11 10:05:16 UTC 2012


The following commit has been merged in the master-experimental branch:
commit e28ac5334fc48f822217339522f5eb3b9435375e
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Dec 10 13:29:59 2012 +0100

    The rake task db:migrate_plugins has been deprecated, using the replacement version redmine:plugins:migrate instead

diff --git a/debian/postinst b/debian/postinst
index f11c0f3..0a25ec6 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -269,7 +269,7 @@ This may take a while."
 						chown -f www-data:www-data ${fRailsLog}/production.log
 					fi
 					# handle plugins migration
-					rake -s db:migrate_plugins RAILS_ENV=$fRailsEnv X_DEBIAN_SITEID="${lInstance}" VERBOSE=$RAKE_VERBOSE || true
+					rake -s redmine:plugins:migrate RAILS_ENV=$fRailsEnv X_DEBIAN_SITEID="${lInstance}" VERBOSE=$RAKE_VERBOSE || true
 				else
 					echo "Error when running rake db:migrate, check database configuration."
 					exit 1

-- 
redmine.git



More information about the Pkg-ruby-extras-commits mailing list