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, 6.1 has been updated
via f0916e4a89529b7dbcdf563a90ca7a3caa49be4b (commit)
from 219a62163fc7bd4485bcb40b0a1461d6ea376516 (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=f0916e4a89529b7dbcdf563a90ca7a3caa49be4b
commit f0916e4a89529b7dbcdf563a90ca7a3caa49be4b
Author: Franck Villaume <[email protected]>
Date: Tue Apr 3 12:52:03 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
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits