[Fusionforge-commits] FusionForge branch master updated. 07f6a633cbdd9be76ba25adf8e498419cdd9f81e

Franck VILLAUME nerville at fusionforge.org
Thu Feb 13 18:21:45 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, master has been updated
       via  07f6a633cbdd9be76ba25adf8e498419cdd9f81e (commit)
      from  23bf453bf81df2adb6136a3b209b5b637ab5eed1 (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 07f6a633cbdd9be76ba25adf8e498419cdd9f81e
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