The branch, master has been updated via bb6fb7106e9339981959adfa3c59b3d0ee328c55 (commit) from 6cf5e91bfd98ebee80b8bc31f459b549a5b96f32 (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 bb6fb7106e9339981959adfa3c59b3d0ee328c55 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 29 17:15:11 2013 +0100 RPM based distro use x86_64 rather than amd64 ----------------------------------------------------------------------- Summary of changes: bin/build-rpm-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 82b8e0a..50b2a57 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -141,7 +141,7 @@ clear_pkgdist() { # the wrong distribution here... test -z $CODENAMES || echo $line | grep $CODENAMES || break - for l_ARCH in amd64 i386; do + for l_ARCH in x86_64 i386; do [ "x$SKIP_ARCH" != "x$l_ARCH" ] && { mkdir -p "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH" rm -f "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/dupload.conf" @@ -250,7 +250,7 @@ upload_packages() { # the wrong distribution here... test -z $CODENAMES || echo $line | grep $CODENAMES || break - for l_ARCH in amd64 i386; do + for l_ARCH in x86_64 i386; do [ "x$SKIP_ARCH" != "x$l_ARCH" ] && { cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH" 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).