[X2go-Commits] buildscripts.git - master (branch) updated: 9a9454c4fd3122e9728a0b8d14f63c48195a8c87
X2go dev team
git-admin at x2go.org
Wed Dec 21 00:58:56 CET 2011
The branch, master has been updated
via 9a9454c4fd3122e9728a0b8d14f63c48195a8c87 (commit)
from abafa670d37609301ddd9d431f0428244ea18eb3 (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 9a9454c4fd3122e9728a0b8d14f63c48195a8c87
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Dec 21 00:58:51 2011 +0100
cleanup (2)
-----------------------------------------------------------------------
Summary of changes:
home/.pbuilderrc | 48 ------------------------------------------------
1 files changed, 0 insertions(+), 48 deletions(-)
delete mode 100644 home/.pbuilderrc
The diff of changes is:
diff --git a/home/.pbuilderrc b/home/.pbuilderrc
deleted file mode 100644
index ca86228..0000000
--- a/home/.pbuilderrc
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/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