[DRE-commits] [SCM] redmine.git branch, master, updated. debian/1.4.4+dfsg1-1-7-g189044f

Jérémy Lal kapouer at melix.org
Mon Oct 15 08:26:22 UTC 2012


The following commit has been merged in the master branch:
commit 918fef4cc631c85ee2879423454d3fbbec4d9d8a
Author: Jérémy Lal <kapouer at melix.org>
Date:   Mon Oct 15 10:24:07 2012 +0200

    postinst:  exit 1 instead of -1 which is illegal.

diff --git a/debian/postinst b/debian/postinst
index 9416f60..5a3ba67 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -276,7 +276,7 @@ This may take a while."
 					rake -s db:migrate_plugins RAILS_ENV=$fRailsEnv X_DEBIAN_SITEID="${lInstance}" VERBOSE=$RAKE_VERBOSE || true
 				else
 					echo "Error when running rake db:migrate, check database configuration."
-					exit -1
+					exit 1
 				fi
 			else
 				echo "Redmine instance \"${lInstance}\" database must be configured manually."

-- 
redmine.git



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