[Fusionforge-commits] FusionForge branch master updated. bce12217535f6d1e294f8fe878f6d265f5d4766b

Roland Mas lolando at fusionforge.org
Fri Oct 31 16:35:00 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  bce12217535f6d1e294f8fe878f6d265f5d4766b (commit)
      from  d673f52db375b5155491921ac1953eee71e0f7d3 (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 bce12217535f6d1e294f8fe878f6d265f5d4766b
Author: Roland Mas <lolando at debian.org>
Date:   Fri Oct 31 16:34:34 2014 +0100

    Only backport viewvc, cvsgraph and mediawiki for CentOS 7

diff --git a/autoinstall/common-backports b/autoinstall/common-backports
index 872fc51..8c3afe5 100644
--- a/autoinstall/common-backports
+++ b/autoinstall/common-backports
@@ -119,17 +119,21 @@ EOF
     REMOVEDEPS=$DEPS
     backport_rpm_from_fedora php-nusoap
 
-    DEPS="gcc gd-devel byacc freetype-devel libpng-devel libjpeg-devel"
-    REMOVEDEPS=$DEPS
-    backport_rpm_from_fedora cvsgraph
-
-    DEPS="python-devel python-pygments"
-    REMOVEDEPS=$DEPS
-    backport_rpm_from_fedora viewvc
-
-    DEPS=""
-    REMOVEDEPS=$DEPS
-    backport_rpm_from_fedora mediawiki
+    case $os_version in
+	7)
+	    DEPS="gcc gd-devel byacc freetype-devel libpng-devel libjpeg-devel"
+	    REMOVEDEPS=$DEPS
+	    backport_rpm_from_fedora cvsgraph
+	    
+	    DEPS="python-devel python-pygments"
+	    REMOVEDEPS=$DEPS
+	    backport_rpm_from_fedora viewvc
+	    
+	    DEPS=""
+	    REMOVEDEPS=$DEPS
+	    backport_rpm_from_fedora mediawiki
+	    ;;
+    esac
 
     # TODO: postfix: rebuild from RHEL/CentOS sources with pgsql enabled,
     # so we can test mta-postfix

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

Summary of changes:
 autoinstall/common-backports |   26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list