The branch, master has been updated via 4ac444a703cc402e015bc22fa6d9094317cff64c (commit) from 6b0330cdf0266066b22bf1bd85368ea2190fa44b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4ac444a703cc402e015bc22fa6d9094317cff64c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 29 15:02:09 2013 +0100 specify the chroot.cfg for mock ----------------------------------------------------------------------- Summary of changes: bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 41f05d8..8c827de 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -245,7 +245,7 @@ build_packages() { ### TODO: build amd64/i386 packages here [ "x$SKIP_ARCH" != "xamd64" ] && { - mock ~/rpmbuild/SRPMS/$PROJECT-$UPSTREAM_VERSION-$PKG_RELEASE.src.rpm + mock -r ${l_DIST}-${l_CODENAME}_x86_64 ~/rpmbuild/SRPMS/$PROJECT-$UPSTREAM_VERSION-$PKG_RELEASE.src.rpm } #[ "x$SKIP_ARCH" != "xi386" ] && cat debian/control | egrep 'Architecture.*(any|i386)' >/dev/null && { # DIST=$l_DIST CODENAME=$l_CODENAME ARCH=i386 $PDEBUILD --auto-debsign --debsign-k $GPG_KEY --buildresult "$PKGDIST/$l_DIST/$l_CODENAME/i386" -- --binary-arch --allow-untrusted $SA_OPTION 0<&- hooks/post-receive -- buildscripts.git (X2Go packaging scripts) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (X2Go packaging scripts).