This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 4128b537603c362ab28a70fdab997a787f726b9f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 25 02:19:54 2016 +0100 bin/build-rpm-package: switch to zypp:// URI scheme for *SUSE. --- 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 fbe98df..6ef8f4c 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 http://${REPOS_SERVER}/${DIST}/${CODENAME}/extras" + OTHERMIRROR="--repo zypp://${REPOS_SERVER}/${DIST}/${CODENAME}/extras" if [ -z "${PACKAGE_WITHOUT_OTHERMIRROR}" ] || [ "${PACKAGE_WITHOUT_OTHERMIRROR}" != "${PACKAGE}" ]; then - OTHERMIRROR="${OTHERMIRROR} --repo http://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}" + OTHERMIRROR="${OTHERMIRROR} --repo zypp://${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