[Fusionforge-commits] FusionForge branch feature/no-itk updated. 913b8785e29540a4cc9631643345ebbcd6b7b4ef

Roland Mas lolando at fusionforge.org
Thu Jan 22 14:56:25 CET 2015


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, feature/no-itk has been updated
       via  913b8785e29540a4cc9631643345ebbcd6b7b4ef (commit)
      from  3e51c21fc982a006bfa4208f7bb8c4d4fb479af1 (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 913b8785e29540a4cc9631643345ebbcd6b7b4ef
Author: Roland Mas <lolando at debian.org>
Date:   Thu Jan 22 14:55:41 2015 +0100

    Also install unoconv from DAG repository on RPM installs (on CentOS 6)

diff --git a/autoinstall/install.sh b/autoinstall/install.sh
index 2de190d..1017c68 100755
--- a/autoinstall/install.sh
+++ b/autoinstall/install.sh
@@ -50,6 +50,30 @@ if [ -e /etc/debian_version ]; then
 else
     yum install -y make tar
     backports_rpm
+    os_version=$(rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release))
+    case $os_version in
+	6)
+	    cat > /etc/yum.repos.d/dag-rpmforge.repo <<-EOF
+# Name: RPMforge RPM Repository for Red Hat Enterprise \$releasever - dag
+# URL: http://rpmforge.net/
+[dag-rpmforge]
+name = Red Hat Enterprise 6 - RPMforge.net - dag
+mirrorlist = http://apt.sw.be/redhat/el6/en/mirrors-rpmforge
+enabled = 1
+protect = 0
+gpgcheck = 0
+
+[dag-rpmforge-extra]
+name = Red Hat Enterprise 6 - RPMforge.net - extra
+mirrorlist = http://apt.sw.be/redhat/el6/en/mirrors-rpmforge
+enabled = 0
+protect = 0
+gpgcheck = 0
+EOF
+	    yum install -y unoconv
+	    rm -f /etc/yum.repos.d/dag-rpmforge.repo
+	    ;;
+    esac
     if rpm -q fusionforge >/dev/null ; then
 	yum upgrade -y
     else

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

Summary of changes:
 autoinstall/install.sh |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list