This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit dfb3bdaa2da8c730c6fb4ffc1f10be34efccd24d Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 16 00:15:09 2017 +0100 bin/build-rpm-package: add missing slash to OpenSuSE archives download URL. --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 6a49c53..b05fa26 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -45,7 +45,7 @@ PACKAGES_WITHOUT_OTHERMIRROR="keyring" GNUPGHOME="${HOME}/.gnupg" OPENSUSE_DOWNLOAD_URL="https://download.opensuse.org/distribution/#LEAP##VERSION#/repo/oss/suse/" -OPENSUSE_DOWNLOAD_ARCHIVE_URL="https://ftp.gwdg.de/pub/opensuse/discontinued/distribution/#LEAP##VERSION#/r..." +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}" && { -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git