This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit fb576480d1ed6fd998a6ac29f737b48afad1b39e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 24 23:58:38 2017 +0100 Revert "bin/build-rpm-package: switch back to HTTP-scheme URLs for downloading OpenSuSE packages." This reverts commit 806b902f2a66470041b92cb3965eceb3f0f43dd4. Changes to obs-build were incorporated upstream. HTTPS downloads should be reasonably fast again. --- 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 6454898..32a4e9d 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="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#/re..." +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#/r..." 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@http://${REPOS_SERVER}/${DIST}/${CODENAME}/extras" + OTHERMIRROR="--repo suse@https://${REPOS_SERVER}/${DIST}/${CODENAME}/extras" if [ -z "${PACKAGE_WITHOUT_OTHERMIRROR}" ] || [ "${PACKAGE_WITHOUT_OTHERMIRROR}" != "${PACKAGE}" ]; then - OTHERMIRROR="${OTHERMIRROR} --repo suse@http://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}" + OTHERMIRROR="${OTHERMIRROR} --repo suse@https://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}" fi fi ;; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git