[X2go-Commits] buildscripts.git - master (branch) updated: 971422cf0be05fedfbdce0678618b4703a6b1673

X2go dev team git-admin at x2go.org
Sun Jul 3 17:51:09 CEST 2011


The branch, master has been updated
       via  971422cf0be05fedfbdce0678618b4703a6b1673 (commit)
      from  41e449dcf22e8b0ce4996d532c5e7d3547dde06c (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 971422cf0be05fedfbdce0678618b4703a6b1673
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jul 3 17:51:11 2011 +0200

    using hd* devices instead of sd* devices on armel builds

-----------------------------------------------------------------------

Summary of changes:
 home/.pbuilderrc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/home/.pbuilderrc b/home/.pbuilderrc
index e9670a8..04858d7 100644
--- a/home/.pbuilderrc
+++ b/home/.pbuilderrc
@@ -32,11 +32,12 @@ UML_DISTRIBUTION="$CODENAME"
 BASEPATH="$BASEDIRECTORY/base-$DIST-$CODENAME-$ARCH.qemu"
 KERNEL_IMAGE=/srv/pbuilder/qemu-kernels/$ARCH/vmlinuz
 INITRD=/srv/pbuilder/qemu-kernels/$ARCH/initrd.img
-ARCH_DISKDEVICE=sd
 if [ "x$ARCH" = "xarmel" ]; then
-        MEMORY_MEGS=256
+	MEMORY_MEGS=256
+	ARCH_DISKDEVICE=hd
 else
-        MEMORY_MEGS=512
+	MEMORY_MEGS=512
+	ARCH_DISKDEVICE=sd
 fi
 
 if [ "x${DIST}" = "xubuntu" ]; then 


hooks/post-receive
-- 
buildscripts.git (buildscripts upstream project)

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" (buildscripts upstream project).




More information about the x2go-commits mailing list