[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1rc1-11-gf276796

Franck Villaume nerville at libremir.placard.fr.eu.org
Wed Apr 4 09:51:16 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, 6.1 has been updated
       via  f2767965212472d38dfabd2a7551086abcdb3b79 (commit)
      from  f0916e4a89529b7dbcdf563a90ca7a3caa49be4b (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=f2767965212472d38dfabd2a7551086abcdb3b79

commit f2767965212472d38dfabd2a7551086abcdb3b79
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Apr 3 13:19:08 2018 +0000

    install openSuse: add missing repo for mediawiki

diff --git a/autoinstall/common-backports b/autoinstall/common-backports
index ee89213..e2dc3dd 100644
--- a/autoinstall/common-backports
+++ b/autoinstall/common-backports
@@ -223,7 +223,12 @@ function suse_install_repos {
 	has_repo=$(zypper lr | grep 'Apache:Modules' | sed 's,  ,,g')
 	if test -z "$has_repo"; then
 		dist_path=$(. /etc/os-release; echo $PRETTY_NAME | sed 's, ,_,g')
-		zypper ar http://download.opensuse.org/repositories/Apache:/Modules/$dist_path/ Apache:Modules
+		zypper --gpg-auto-import-keys ar http://download.opensuse.org/repositories/Apache:/Modules/$dist_path/ Apache:Modules
+	fi
+	has_repo=$(zypper lr | grep 'server:php:applications' | sed 's,  ,,g')
+	if test -z "$has_repo"; then
+		dist_path=$(. /etc/os-release; echo $PRETTY_NAME | sed 's, ,_,g')
+		zypper --gpg-auto-import-keys ar http://download.opensuse.org/repositories/server:/php:/applications/$dist_path/ server:php:applications
 	fi
 }
 
@@ -237,6 +242,6 @@ function suse_install_rpms {
 		fi
 	done
 	if [ -n "$instmods" ] ; then
-		zypper install -y $instmods
+		zypper --gpg-auto-import-keys install -y $instmods
 	fi
 }

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

Summary of changes:
 autoinstall/common-backports | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list