[X2Go-Commits] [buildscripts] 01/01: fix local SLES repo path!

git-admin at x2go.org git-admin at x2go.org
Tue Dec 2 21:34:01 CET 2014


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

x2go pushed a commit to branch master
in repository buildscripts.

commit 3af9fd29f031e20b9caa786786b6c65ca9382497
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 2 21:33:55 2014 +0100

    fix local SLES repo path!
---
 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 ffabeab..058738e 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -40,7 +40,7 @@ PACKAGES_WITHOUT_OTHERMIRROR="keyring"
 GNUPGHOME=$HOME/.gnupg
 
 OPENSUSE_DOWNLOAD_URL="http://download.opensuse.org/distribution/#VERSION#/repo/oss/suse/"
-SLES_DOWNLOAD_URL="file:///srv/mirrors/non-public/#VERSION#/repo/oss/suse/"
+SLES_DOWNLOAD_URL="file:///srv/mirrors/non-public/sles/#VERSION#/repo/oss/suse/"
 
 test -z $1 && { echo "usage: $(basename $0) [<subpath>/]<git-project> {main,main/<codename>,nightly,nightly/<codename>} [<git-checkout>]"; exit -1; }
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list