The branch, master has been updated via 1bc4cbefa9662b352e233548ddd12b2d2b59aa38 (commit) from 5b5fa65bcc452f9ec8c44b4c94dd67f9bce59b57 (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 1bc4cbefa9662b352e233548ddd12b2d2b59aa38 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 29 14:26:44 2013 +0100 work-around empty if clauses, fix syntax error failures ----------------------------------------------------------------------- Summary of changes: bin/build-rpm-package | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 0c8a49a..0bb0583 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -235,6 +235,7 @@ build_packages() { ### TODO: build amd64/i386 packages here + echo . #[ "x$SKIP_ARCH" != "xamd64" ] && cat debian/control | egrep 'Architecture.*(all|any|amd64)' >/dev/null && { # DIST=$l_DIST CODENAME=$l_CODENAME ARCH=amd64 $PDEBUILD --auto-debsign --debsign-k $GPG_KEY --buildresult "$PKGDIST/$l_DIST/$l_CODENAME/amd64" -- --allow-untrusted $SA_OPTION 0<&- #} @@ -247,6 +248,7 @@ build_packages() { ### TODO: build extra-arch packages here + echo . #cat debian/control | egrep "Architecture.*(any|$extra_arch)" >/dev/null && { # DIST=$l_DIST CODENAME=$l_CODENAME ARCH=$extra_arch $PDEBUILD --auto-debsign --debsign-k $GPG_KEY --buildresult "$PKGDIST/$l_DIST/$l_CODENAME/$extra_arch" -- --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).