[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: actually, zypp:// is only for local repositories, switch back to http://.

git-admin at x2go.org git-admin at x2go.org
Fri Nov 25 02:41:54 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 8b3fe24af14939ec25cda04ed5809600a9b3fb3c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Nov 25 02:41:49 2016 +0100

    bin/build-rpm-package: actually, zypp:// is only for local repositories, switch back to http://.
---
 bin/build-rpm-package |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 6ef8f4c..fbe98df 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -519,9 +519,9 @@ get_extra_repository () {
 			# FIXME: make this package repository consistent with our main ones.
 			OTHERMIRROR=""
 			if [ "${WANT_EXTRA}" -eq "1" ]; then
-				OTHERMIRROR="--repo zypp://${REPOS_SERVER}/${DIST}/${CODENAME}/extras"
+				OTHERMIRROR="--repo http://${REPOS_SERVER}/${DIST}/${CODENAME}/extras"
 				if [ -z "${PACKAGE_WITHOUT_OTHERMIRROR}" ] || [ "${PACKAGE_WITHOUT_OTHERMIRROR}" != "${PACKAGE}" ]; then
-					OTHERMIRROR="${OTHERMIRROR} --repo zypp://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}"
+					OTHERMIRROR="${OTHERMIRROR} --repo http://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}"
 				fi
 			fi
 			;;

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list