This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from bb54a76 adapt x2go.conf for buildscripts new 691adc4 whitespace typo The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 691adc4c0e9118920fcd64d51f2d1547ee2b71dc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Oct 11 15:41:39 2014 +0200 whitespace typo --- 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 f5f13ed..4c72986 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 rm -f $PKGDIST/$l_DIST/$l_CODENAME/x86_64/build.log - if [ "x$PKGDIST" = "xopensuse"]; then + if [ "x$PKGDIST" = "xopensuse" ]; then mkdir -p "/var/cache/obs-build/$PKGDIST/$l_DIST/$l_CODENAME/x86_64/" OPENSUSE_DOWNLOAD_URL=$(echo "$OPENSUSE_DOWNLOAD_URL" | sed 's/#VERSION#/$l_DIST/') if obs-build --repo "$OPENSUSE_DOWNLOAD_URL" \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git