summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-12-02 21:37:36 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-12-02 21:37:36 +0100
commitdbe225bac79d2c039732e4b585edfa429d1dd817 (patch)
tree01462e4131c693241f3e1fff587dfe83373ebedf /bin
parent3af9fd29f031e20b9caa786786b6c65ca9382497 (diff)
downloadbuildscripts-dbe225bac79d2c039732e4b585edfa429d1dd817.tar.gz
buildscripts-dbe225bac79d2c039732e4b585edfa429d1dd817.tar.bz2
buildscripts-dbe225bac79d2c039732e4b585edfa429d1dd817.zip
fix local path URL
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-rpm-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 058738e..31d5efb 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/sles/#VERSION#/repo/oss/suse/"
+SLES_DOWNLOAD_URL="/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; }