[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: switch back to HTTP-scheme URLs for downloading OpenSuSE packages.

git-admin at x2go.org git-admin at x2go.org
Fri Nov 17 03:56:30 CET 2017


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

x2go pushed a commit to branch master
in repository buildscripts.

commit 806b902f2a66470041b92cb3965eceb3f0f43dd4
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Nov 17 03:55:17 2017 +0100

    bin/build-rpm-package: switch back to HTTP-scheme URLs for downloading OpenSuSE packages.
    
    obs-build uses LWP, which in turn is incredibly slow over HTTPS. No
    known remedy currently.
---
 bin/build-rpm-package | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 32a4e9d..6454898 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -44,9 +44,9 @@ REPOS_SERVER="packages.mydomain.org"
 PACKAGES_WITHOUT_OTHERMIRROR="keyring"
 GNUPGHOME="${HOME}/.gnupg"
 
-OPENSUSE_DOWNLOAD_URL="https://download.opensuse.org/distribution/#LEAP##VERSION#/repo/oss/suse/"
-OPENSUSE_DOWNLOAD_TUMBLEWEED_URL="https://download.opensuse.org/tumbleweed/repo/oss/suse/"
-OPENSUSE_DOWNLOAD_ARCHIVE_URL="https://ftp.gwdg.de/pub/opensuse/discontinued/distribution/#LEAP##VERSION#/repo/oss/suse/"
+OPENSUSE_DOWNLOAD_URL="http://download.opensuse.org/distribution/#LEAP##VERSION#/repo/oss/suse/"
+OPENSUSE_DOWNLOAD_TUMBLEWEED_URL="http://download.opensuse.org/tumbleweed/repo/oss/suse/"
+OPENSUSE_DOWNLOAD_ARCHIVE_URL="http://ftp.gwdg.de/pub/opensuse/discontinued/distribution/#LEAP##VERSION#/repo/oss/suse/"
 SLE_DOWNLOAD_URL="/srv/mirrors/non-public/sle/#VERSION#/rpms/"
 
 test -z "${1}" && {
@@ -523,9 +523,9 @@ get_extra_repository () {
 		"suse")
 			OTHERMIRROR=""
 			if [ "${WANT_EXTRA}" -eq "1" ]; then
-				OTHERMIRROR="--repo suse at https://${REPOS_SERVER}/${DIST}/${CODENAME}/extras"
+				OTHERMIRROR="--repo suse at http://${REPOS_SERVER}/${DIST}/${CODENAME}/extras"
 				if [ -z "${PACKAGE_WITHOUT_OTHERMIRROR}" ] || [ "${PACKAGE_WITHOUT_OTHERMIRROR}" != "${PACKAGE}" ]; then
-					OTHERMIRROR="${OTHERMIRROR} --repo suse at https://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}"
+					OTHERMIRROR="${OTHERMIRROR} --repo suse at 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