This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 0ecb67c fix build.log removal and test for mock vs. obs-build new 57558db don't create obs-build cache dir, use sudo when invoking obs-build 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 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 57558dbc0ede1bcf9051362573eebeb01f8118b5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Oct 11 15:46:51 2014 +0200 don't create obs-build cache dir, use sudo when invoking obs-build --- bin/build-rpm-package | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index e1df3f7..4990643 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -230,9 +230,8 @@ build_packages() { if [ "x$SKIP_ARCH" != "xx86_64" ] || [ "$IS_NOARCH" = "yes" ]; then if [ "x$l_DIST" = "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" \ + if sudo obs-build --repo "$OPENSUSE_DOWNLOAD_URL" \ --root "/var/cache/obs-build/$PKGDIST/$l_DIST/$l_CODENAME/x86_64/" \ $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild/SRPMS/$PROJECT-$UPSTREAM_VERSION-$PKG_SRCRELEASE.$IS_RELEASE.git$DATE.$GITREV.$COMPONENT.src.rpm; then mkdir -p "$PKGDIST/$l_DIST/$l_CODENAME/x86_64/" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git