The branch, master has been updated via 401c50405a8c0d739fb55f4296b37484290c83c0 (commit) from f4331ab1477831b4f69938d3134d9fe7a167bdf9 (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 401c50405a8c0d739fb55f4296b37484290c83c0 Author: X2Go Admin Account <x2go-admin@Debian-60-squeeze-64-minimal.(none)> Date: Sat May 19 14:39:54 2012 +0200 add PowerPC support for Ubuntu ----------------------------------------------------------------------- Summary of changes: home/.pbuilderrc | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/home/.pbuilderrc b/home/.pbuilderrc index 7043228..a873955 100644 --- a/home/.pbuilderrc +++ b/home/.pbuilderrc @@ -35,7 +35,7 @@ KERNEL_IMAGE=/srv/pbuilder/qemu-kernels/$ARCH/vmlinuz ARCH_DISKDEVICE=sd if [ "x$ARCH" = "xarmel" ]; then MEMORY_MEGS=256 - INITRD="" + INITRD= else SMP="2" MEMORY_MEGS=512 @@ -43,7 +43,11 @@ else fi if [ "x${DIST}" = "xubuntu" ]; then - MIRRORSITE="http://localhost:3142/ubuntu" + if [ "x$ARCH" = "xarmel" ] || [ "x$ARCH" = "xpowerpc" ]; then + MIRRORSITE="http://localhost:3142/ports.ubuntu.com/" + else + MIRRORSITE="http://localhost:3142/ubuntu" + fi elif [ "x${DIST}" = "xdebian" ]; then if [ "x${CODENAME}" = "xlenny" ]; then MIRRORSITE="http://localhost:3142/archive.debian.org/debian" 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).