This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 12240e7 bin/build-rpm-package: fix OpenSuSE download URL rewrite. new d2daf2e bin/build-rpm-package: fix missing escape character in obs-build x86 command. 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/code.x2go.org/buildscripts.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 d2daf2e5e1a50fc5199d83375d8d2c1b1a7f7b20 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 22 05:51:11 2016 +0100 bin/build-rpm-package: fix missing escape character in obs-build x86 command. --- 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 a89dc51..d6d36c6 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -777,7 +777,7 @@ build_packages() { ${OTHERMIRROR} \ --repo "${DOWNLOAD_URL}" \ --root "/var/cache/obs-build/${l_DIST}/${l_CODENAME}/i586/" \ - --arch "i585" + --arch "i585" \ --clean \ "${PKGDIST}/${l_DIST}/${l_CODENAME}/${l_ARCH}/rpmbuild/SOURCES/${PROJECT}.spec"; then mkdir -p -- "${PKGDIST}/${l_DIST}/${l_CODENAME}/i586/" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git