[X2Go-Commits] [buildscripts] 05/07: bin/build-rpm-package: add missing slash to OpenSuSE archives download URL.

git-admin at x2go.org git-admin at x2go.org
Thu Nov 16 01:25:49 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 dfb3bdaa2da8c730c6fb4ffc1f10be34efccd24d
Author: Mihai Moldovan <ionic at 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#/repo/oss/suse"
+OPENSUSE_DOWNLOAD_ARCHIVE_URL="https://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}" && {

--
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