This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from d2daf2e bin/build-rpm-package: fix missing escape character in obs-build x86 command. new e4d46af bin/build-rpm-package: fix typo: i585 -> i586. 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 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 e4d46af93f806daa102781e17098a8d299d8fa05 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 22 06:27:00 2016 +0100 bin/build-rpm-package: fix typo: i585 -> i586. --- bin/build-rpm-package | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index d6d36c6..e13d2c4 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 "i586" \ --clean \ "${PKGDIST}/${l_DIST}/${l_CODENAME}/${l_ARCH}/rpmbuild/SOURCES/${PROJECT}.spec"; then mkdir -p -- "${PKGDIST}/${l_DIST}/${l_CODENAME}/i586/" @@ -871,10 +871,10 @@ upload_packages() { # Yes, "SRPM" is technically not an architecture. for l_ARCH in x86_64 i386 SRPM; do if [ "x${SKIP_ARCH}" != "x${l_ARCH}" ]; then - # Rename the i386 arch to i585 for OpenSuSE and SLE{S,D}. + # Rename the i386 arch to i586 for OpenSuSE and SLE{S,D}. if [ "${l_DIST}" = "opensuse" ] || [ "${l_DIST}" = "sle" ]; then if [ "${l_ARCH}" = "i386" ]; then - l_ARCH="i585" + l_ARCH="i586" fi fi -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git