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

X2go dev team git-admin at x2go.org
Wed Dec 21 01:16:21 CET 2011


The branch, master has been updated
       via  eb1b39a01104834dd56aafc21bee53d9ae5da78b (commit)
      from  7ad1d8f6aa0690a9062a316c2403c69ac1dad1f5 (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 eb1b39a01104834dd56aafc21bee53d9ae5da78b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Dec 21 01:15:39 2011 +0100

    restore .pbuilderrc

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

Summary of changes:
 home/.pbuilderrc |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)
 create mode 100644 home/.pbuilderrc

The diff of changes is:
diff --git a/home/.pbuilderrc b/home/.pbuilderrc
new file mode 100644
index 0000000..f52a77f
--- /dev/null
+++ b/home/.pbuilderrc
@@ -0,0 +1,49 @@
+#!/bin/bash
+
+set -x
+
+BASEDIRECTORY="/srv/pbuilder/cache"
+
+DIST=${DIST:-debian}
+CODENAME=${CODENAME:-sid}
+ARCH=${ARCH:-amd64}
+COMPONENT="${COMPONENT:-nightly}"
+
+# pbuilder options
+BASETGZ="$BASEDIRECTORY/base-$DIST-$CODENAME-$ARCH.tgz"
+DISTRIBUTION="$CODENAME"
+BUILDRESULT="$BASEDIRECTORY/$DIST-$CODENAME-$ARCH/result/"
+APTCACHE="$BASEDIRECTORY/$DIST-$CODENAME-$ARCH/aptcache/"
+
+BUILDRESULTUID=$(id -u)
+BUILDRESULTGID=$(id -g)
+
+# this needs to be disabled
+CCACHEDIR=
+APTCACHEHARDLINK="yes"
+USE_DEBUILD_INTERNAL="yes"
+PRESERVE_BUILDPLACE="yes"
+
+ARCHITECTURE="$ARCH"
+
+# pbuilder-uml option
+UML_DISTRIBUTION="$CODENAME"
+
+# qemubuilder options
+BASEPATH="$BASEDIRECTORY/base-$DIST-$CODENAME-$ARCH.qemu"
+KERNEL_IMAGE=/srv/pbuilder/qemu-kernels/$ARCH/vmlinuz
+ARCH_DISKDEVICE=sd
+if [ "x$ARCH" = "xarmel" ]; then
+	MEMORY_MEGS=256
+	INITRD=""
+else
+	MEMORY_MEGS=512
+	INITRD=/srv/pbuilder/qemu-kernels/$ARCH/initrd.img
+fi
+
+if [ "x${DIST}" = "xubuntu" ]; then 
+        MIRRORSITE="http://localhost:3142/ubuntu"
+elif [ "x${DIST}" = "xdebian" ]; then
+        MIRRORSITE="http://localhost:3142/debian"
+fi
+


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