This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit fbdeb792d088fc23d3f246340932321a6099535d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Oct 11 15:50:09 2014 +0200 fix construction of OPENSUSE_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 b9459c9..ee9d55b 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -230,7 +230,7 @@ build_packages() { if [ "x$SKIP_ARCH" != "xx86_64" ] || [ "$IS_NOARCH" = "yes" ]; then if [ "x$l_DIST" = "xopensuse" ]; then - OPENSUSE_DOWNLOAD_URL=$(echo "$OPENSUSE_DOWNLOAD_URL" | sed 's/#VERSION#/$l_DIST/') + OPENSUSE_DOWNLOAD_URL=$(echo "$OPENSUSE_DOWNLOAD_URL" | sed "s/#VERSION#/$l_DIST/") if sudo obs-build \ --clean \ --repo "$OPENSUSE_DOWNLOAD_URL" \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git