From cfa89cf5700d5456f13bb9b7d9834c887be62405 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Apr 2012 14:19:54 +0200 Subject: [PATCH] pbuilder: allow untrusted sources, disable ccache We allow untrusted sources, so we can get packages from our own repository. Earlier versions of Debian or pbuilder did it get them anyway; but not anymore. Also disabling ccache because we now get mysterious errors. Probably a ccache bug, but we don't care. --- id-deb-build/pbuilderrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index f956d9b..169a190 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -13,6 +13,8 @@ BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz" #BUILDRESULT="/var/cache/pbuilder/$NAME/result/" BUILDRESULT="$NAME" APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" +ALLOWUNTRUSTED=yes +CCACHEDIR= # http://releases.ubuntu.com/releases/ case "$DIST" in -- 1.7.10.4