[Fusionforge-commits] FusionForge branch Branch_5_3 updated. bbff52749314fca5eed105de2fa47e828d274985

Franck VILLAUME nerville at fusionforge.org
Thu Feb 13 18:16:42 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  bbff52749314fca5eed105de2fa47e828d274985 (commit)
      from  c474ea8db3edcd8579ff2dfa4b01b7080dafa2e0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bbff52749314fca5eed105de2fa47e828d274985
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 13 18:16:30 2014 +0100

    install-ng: handle version correctly for package list

diff --git a/src/install/deps b/src/install/deps
index 203df17..71f6523 100755
--- a/src/install/deps
+++ b/src/install/deps
@@ -54,11 +54,15 @@ deps_redhat() {
 			pg=postgresql
 		esac
 		case $targetversion in
-			5|el5)
+			6|el6*)
+				packagelist="httpd php mailman cvs $pg $pg-libs $pg-server $pg-contrib perl-URI php-pgsql subversion mod_dav_svn postfix rcs php-gd mod_ssl wget openssh which liberation-fonts php-htmlpurifier php-mbstring poppler-utils php-pear-HTTP_WebDAV_Server antiword shared-mime-info rsync git gitweb"
+				;;
+			5|el5*)
 				packagelist="httpd php mailman cvs $pg $pg-libs $pg-server $pg-contrib perl-URI php-pgsql subversion mod_dav_svn postfix rcs php-gd mod_ssl wget openssh which liberation-fonts php-htmlpurifier php-mbstring poppler-utils php-pecl-zip php-pear-HTTP_WebDAV_Server antiword php-pecl-Fileinfo shared-mime-info rsync git gitweb"
 				;;
-			6|el6)
-				packagelist="httpd php mailman cvs $pg $pg-libs $pg-server $pg-contrib perl-URI php-pgsql subversion mod_dav_svn postfix rcs php-gd mod_ssl wget openssh which liberation-fonts php-htmlpurifier php-mbstring poppler-utils php-pear-HTTP_WebDAV_Server antiword shared-mime-info rsync git gitweb"
+			*)
+				msg red "Target version unknown. Die here"
+				exit 1
 				;;
 		esac
 		yum --enablerepo=fusionforge --enablerepo=dag-rpmforge -y --skip-broken install $packagelist

-----------------------------------------------------------------------

Summary of changes:
 src/install/deps |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list