[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-37-g072a4c0
Ondřej Surý
ondrej at sury.org
Thu Oct 18 10:09:58 UTC 2012
The following commit has been merged in the master-experimental branch:
commit 6c3595c3e35347f3c739cfba70d1824d316e45e5
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 a49e114..90332f2 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -272,7 +272,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