[Fusionforge-commits] FusionForge branch Branch_5_3 updated. c474ea8db3edcd8579ff2dfa4b01b7080dafa2e0

Franck VILLAUME nerville at fusionforge.org
Thu Feb 13 18:11:13 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  c474ea8db3edcd8579ff2dfa4b01b7080dafa2e0 (commit)
      from  d78b562ff93a0cf8ef587b9c436abab9cc547ff5 (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 c474ea8db3edcd8579ff2dfa4b01b7080dafa2e0
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 13 18:11:09 2014 +0100

    install-ng: since kernel may not installed.... use rpm as reference

diff --git a/src/install/detect_os b/src/install/detect_os
index ff75650..fd15180 100755
--- a/src/install/detect_os
+++ b/src/install/detect_os
@@ -102,7 +102,7 @@ detect_version()
 	os=$(detect_os)
 	case $os in
 		centos|rhel|redhat_unknown|fedora)
-			release=$(rpm -q --queryformat='%{release}' kernel)
+			release=$(rpm -q --queryformat='%{release}' rpm)
 			version=${release##*.}
 			;;
 	esac

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

Summary of changes:
 src/install/detect_os |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list