[Fusionforge-commits] FusionForge branch master updated. v6.1rc1-71-gd5376a0

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue Apr 3 14:51:18 CEST 2018


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  d5376a00f975a55c2850400b13f1120438d38f0c (commit)
      from  f6fd3262b24a6a6e89f0c678d993d51d4eea6d43 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d5376a00f975a55c2850400b13f1120438d38f0c

commit d5376a00f975a55c2850400b13f1120438d38f0c
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Apr 3 12:51:05 2018 +0000

    autoinstall fix for OpenSUSE 42.3

diff --git a/autoinstall/common-backports b/autoinstall/common-backports
index 74389f5..ee89213 100644
--- a/autoinstall/common-backports
+++ b/autoinstall/common-backports
@@ -212,7 +212,7 @@ EOF
 }
 
 function suse_check_release {
-	supported=$(. /etc/os-release; echo $VERSION | grep "42\.[12]")
+	supported=$(. /etc/os-release; echo $VERSION | grep "42\.[123]")
 	if test -z "$supported"; then
 		echo "unsupported openSUSE version"
 		exit 1

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

Summary of changes:
 autoinstall/common-backports | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list