This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 50468a6 {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for OpenSuSE Leap 42.1. new c81797a bin/build-rpm-package: force i585 architecture for OpenSuSE and SLE{S,D}. 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 | 1 + 1 file changed, 1 insertion(+) -- 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 c81797a21f3a7e4e1a7ddafbc7772af0f17ffbf6 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 22 05:08:17 2016 +0100 bin/build-rpm-package: force i585 architecture for OpenSuSE and SLE{S,D}. --- bin/build-rpm-package | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index a2a5288..297bb93 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -775,6 +775,7 @@ build_packages() { ${OTHERMIRROR} \ --repo "${DOWNLOAD_URL}" \ --root "/var/cache/obs-build/${l_DIST}/${l_CODENAME}/i386/" \ + --arch "i585" --clean \ "${PKGDIST}/${l_DIST}/${l_CODENAME}/${l_ARCH}/rpmbuild/SOURCES/${PROJECT}.spec"; then mkdir -p -- "${PKGDIST}/${l_DIST}/${l_CODENAME}/i386/" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git